Markwon icon indicating copy to clipboard operation
Markwon copied to clipboard

Android markdown library (no WebView)

Results 92 Markwon issues
Sort by recently updated
recently updated
newest added

* **Markwon version**: 4.3.0 I would like to know to disable ListItem. I disabled the list items by referring to [the tip area](https://noties.io/Markwon/docs/v4/core/plugins.html#visitor) like below ``` TIP MarkwonVisitor also allows...

I cannot get the following sample to work. The code below does not show emphasized text in the toast. What's needed to get this to work? Markwon markwon = Markwon.create(context);...

本网省局消息 报道员杨晨报道 1月26日,全省林业工作会议在郑州召开

* **Markwon version**: 4.6.2 Using the HTML plugin when rendering mutliple paragraphs the las one has additional bottom margin. I'd expect to have all paragraphs have same margins. ``` class...

* **Markwon version**: _{4.6.2}_ I want to change the text colour of a list of dots. I am creating my custom class inheriting from TagHandler and in the handle method...

* **Markwon version**: v4.6.2 I am using Markown v4.6.2, and trying to parse Latex. The Latex text that I have is like this: ( \frac{1}{f} ) I saw the Latex...

`| Feature | Dyson | | - | - | | 你好,世界! 1| Intelligent heat control |` I want to add an HTML tag in the table, but there is...

* **Markwon version**: 4.6.2 Use the following method to load Table, and the error `The specified child already has a parent. You must call removeView()` is reported. After checking the...

Hello @agnostic-apollo , you do not need to deal with inline parsing, a simple visitor for `Code` would do - https://github.com/noties/Markwon/blob/6f8b8e71f57ffd9b25cc02f99a301b4f06550f77/markwon-core/src/main/java/io/noties/markwon/core/CorePlugin.java#L270 ```kotlin val markwon = Markwon.builder(context) .usePlugin(object : AbstractMarkwonPlugin() {...