react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
A trailing space in bold italicized item renders incorrectly
trafficstars
The following markdown renders incorrectly:
"__*new test* __"
The space between * and __ appears to be the culprit.
the following also renders incorrectly. different markdown exporter resulted in similar error due to space.
"_**heelo **_\n"