react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
React Native 100% compatible CommonMark renderer
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...
Fixes #123
… getting rid of the depricated callbacks
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:  After: 
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,...