Dimitry

Results 68 comments of Dimitry

Hello @Xiaoaihewei ! I do confirm this issue. I had created an issue in the [jlatexmath-android](https://github.com/noties/jlatexmath-android/issues/1) repository which `Markwon` uses to render LaTeX

Thank you @drakeet for the information 🙌

Hello @stefan-niedermann , it might be that [tables extension](https://github.com/commonmark/commonmark-java/tree/main/commonmark-ext-gfm-tables/src/main/java/org/commonmark/ext/gfm/tables) wrongfully parses tables when table does not begin the _markdown block_, but instead is contained in another block (in your first...

Hello @zmeid , not right now, but I'm goign to look at it in future versions

Hello @yvan-botella , yes, updating commonmark-java version is definitely on the roadmap. Unfortunately it requires some effort, for which I cannot allocate enough time right now. As a possible workaround...

Hello @hakobyan1221 , unfortunately you would need to provide the whole tag handler in order to parse additional attributes

Hello @rt1shnik , yes, it seems editor is incorrectly identifying delimited content (strong and regular emphasis). The problem lies in `MarkwonEditorUtils.findDelimited` method

Hello @adrian011494 , can you check the rendering in RecyclerView without LaTeX plugin? Just to make sure that it is the cause of this behaviour. For me it seems that...

Hello @shivakumars ! Please share the code that you use to render markdown

Please refer to the [documentation](https://noties.io/Markwon/docs/v4/editor/#additional-handling) of how to _additionally_ add styling whilst editing