Markwon
Markwon copied to clipboard
Android markdown library (no WebView)
* **Markwon version**: 4.6.2 i use markwon in RecyclerView,sometimes crash ,but cannot reproduce java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.void setBounds(android.graphics.Rect)(android.graphics.Rect)' on a null object reference at io.noties.markwon.image.AsyncDrawable.void initBounds()(AsyncDrawable.java:280)...
* **Markwon version**: _{4.6.2}_ 1. I want to add a custom attribute on existing HTML tag e.g. I want to parse this <h1 style = "color:#FFFFFF;">This is colored header<h1> 2....
* **Markwon version**: 4.6.2 So, we are implementing a search feature and we want to highlight part of the text (the search text) with a [Background Span](https://developer.android.com/reference/android/text/style/BackgroundColorSpan). I am here...
I am using your SDK 4.6.1. I am showing a paragraph that has years, in markdown view. These Years is showing clickable in Markdown view. This problem occurs in some...
rt ``` val textView = findViewById(R.id.text) val image = findViewById(R.id.image) val imageUrl = "https://img.nga.178.com/attachments/mon_202108/06/51Q174-1ccqK10T1kSa9-5m.jpg" Glide.with(this).load(imageUrl) .into(image) markwon.setMarkdown( textView, "11111111" ) ```
* **Markwon version**: 4.6.2 used by nextcloud-notes 1. Please specify expected/actual behavior ## actual behavior Creating and watching notes with sourcecode blocks takes vertical space for empty lines. Currently an...
Odd rows of a table by default has set alpha channel (value is 22) but it should be configurable.
**Markwon version**: `4.6.2` and current `master` Expected behavior: Table renders with and without blank line before it Actual behavior: Table rendering requires a blank line before it I haven't found...
* **Markwon version**: `4.6.0` Hi there :wave: i'd like to use the `MarkwonEditor` for the [Nextcloud Notes](https://github.com/stefan-niedermann/nextcloud-notes) and [Nextcloud Deck](https://github.com/stefan-niedermann/nextcloud-deck) apps. However i am struggling because the `MarkwonEditor` seems to...
* **Markwon version**: 4.6.2 Since [email protected] (also 1.7.1 available) https://github.com/commonmark/commonmark-java/releases/tag/commonmark-parent-0.17.0 Maven groupId has changed, which when using `Commonmark` and `Markwon` cause Duplicate class … found in modules ``` jetified-commonmark-0.13.0 (com.atlassian.commonmark:commonmark:0.13.0)...