react-native-markdown-display
react-native-markdown-display copied to clipboard
Markdown unable to parse bold italic
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 ?