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

I have tried sepcifying `{color: 'yellow'}` in `listItem` as well as `listUnorderedItemText` but none of them work. How does one specify list item text style?

Original parser(`markdown-it`) does not have `textgroup` tokens, usually a paragraph has a list of elements which can be of any type, and the core leaf node is just `text`. Why...

the author does not seem to be responding. I see there are bunch of forks is there a common fork that most are migrating too? RN is now at 0.60,...

I spotted that if you have a render rule that potentially returns `null` or `undefined` and you use `applyStyle` in other rule it could produce an exception. **Here is my...

Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

Hi! There is some alignment improvements for Android in list items. `Bullet` for unordered item also improved. Before: ![screenshot_2018-02-15-16-52-00](https://user-images.githubusercontent.com/10154356/36253948-6aecdc5c-1273-11e8-9716-c8440c190eb2.png) After: ![screenshot_2018-02-15-17-08-03](https://user-images.githubusercontent.com/10154356/36253964-77a3fbce-1273-11e8-95fa-bccf1d0ef7c8.png)

When there is text between an ordered list's items, the numbers rendered are always 1. It seems like the list numbers are reset because of the text between the items,...