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

Use case for "textgroup" tokens

Open jayshah123 opened this issue 6 years ago • 1 comments
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?

jayshah123 avatar Nov 20 '19 12:11 jayshah123

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

iamacup avatar Dec 05 '19 16:12 iamacup