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

Fixed numbering of ordered list items with text between items

Open diakonos opened this issue 6 years ago • 1 comments

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, but this fixes that issue to keep behavior in line with markdown-it and CommonMark.

Fixes #57

diakonos avatar Jun 19 '18 15:06 diakonos

Merged into react-native-markdown-display here: https://github.com/iamacup/react-native-markdown-display/pull/16

iamacup avatar Nov 06 '19 17:11 iamacup