react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
React Native 100% compatible CommonMark renderer
`"This is one line \n and this should be another"` Still renders as one whole line with `\n` included in the UI. `"react-native-markdown-renderer": "^3.2.8"`
markdown According to incomplete  
It doesn't show emoji How can I use emoji in markdown??
code: ``` "7\. This is a random markdown item that looks like a list but I don't want it to be a list" ``` expected behavior: ``` 7. This is...
I want to remove all the rules related to ordered_list. I wanna know how can I do that?
Hi, can this lib be also used to transform html code to react native components? If it is already doing that, why doesn't it parse and it shows it just...
I am trying to use this plugin: `https://github.com/mcecot/markdown-it-checkbox` for the a checkbox in the messages. Somebody can give me some help. After I have installed the plugin and then declared...
Since Android 10, `textBreakStrategy="simple"` is necessary for the text not to break in a way that can hide the last word of the text. Apparently, only the prop mentioned above...
I see that the last commit on this repo was about 8 months ago. @mientjan Is it still maintained or an interest in maintenance? I saw that there are already...