iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
590 stars 169 forks source link

"MergeStyle" prop doesn't work correctly with words without spaces. #128

Closed thitrylynx closed 3 years ago

thitrylynx commented 3 years ago

Hi there! I found this library awesome and very useful so thanks for that! But I'm facing an issue when trying to styling rules without spaces.

For example, markdown breaks if you write this: __bold__*italic__boldItalic__*normal.