iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown unable to parse bold italic

Aashimalik opened this issue · comments

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?

Hi!, any updates ?