react-native-markdown-renderer icon indicating copy to clipboard operation
react-native-markdown-renderer copied to clipboard

React Native 100% compatible CommonMark renderer

Results 98 react-native-markdown-renderer issues
Sort by recently updated
recently updated
newest added
trafficstars

`"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 ![image](https://user-images.githubusercontent.com/11832173/87267885-7d862480-c4fb-11ea-8b58-f39ba3e89d96.png) ![image](https://user-images.githubusercontent.com/11832173/87267888-81b24200-c4fb-11ea-8fb3-4d4e1a5af2cc.png)

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...