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

A trailing space in bold italicized item renders incorrectly

Open johnthegoose opened this issue 6 years ago • 1 comments
trafficstars

The following markdown renders incorrectly:

"__*new test* __"

screen shot 2019-01-25 at 11 05 14 am

The space between * and __ appears to be the culprit.

johnthegoose avatar Jan 25 '19 16:01 johnthegoose

the following also renders incorrectly. different markdown exporter resulted in similar error due to space.

"_**heelo **_\n"

johnwcassidy avatar Mar 15 '19 03:03 johnwcassidy