react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
Use case for "textgroup" tokens
trafficstars
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 and what is the need for textgroup specifically?
I have been having problems with the textGroup token in react-native-markdown-display - explained here: https://github.com/iamacup/react-native-markdown-display/issues/42#issuecomment-562199006