iamacup / react-native-markdown-display

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

react-native-markdown-display not recognizing <u> tag #165

Closed SapnaBhadauria closed 2 years ago

SapnaBhadauria commented 2 years ago

Change of terms is inside "u" "/u" but markdown is not displaying underline and Change of terms is inside a paragraph. Please suggest.

image
ivankdev commented 2 years ago

there is no underline support, you can try to find custom markdownit plugin for this library (see how to connect plugin in description) or use hack with empty link if applicable for you like [Change of Terms]()

SapnaBhadauria commented 2 years ago

@aviemore , thanks for the suggestion.