Open jayshah123 opened 5 years ago
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.
markdown-it
textgroup
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
react-native-markdown-display
Original parser(
markdown-it
) does not havetextgroup
tokens, usually a paragraph has a list of elements which can be of any type, and the core leaf node is justtext
.Why and what is the need for
textgroup
specifically?