iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
564 stars 166 forks source link

Markdown unable to parse bold italic #201

Open Aashimalik opened 7 months ago

Aashimalik commented 7 months ago

I'm currently using the react-native-markdown-display library for rendering Markdown content in my React Native project. However, I've encountered an issue with the combination of bold and italic styles not rendering as expected.

***This is bold and italic text***

**_This is bold and italic text_**

Does anyone has any insights or suggestions on how to address the issue?

yevheniiburkovskyi commented 6 months ago

Hi!, any updates ?