juiceo / react-native-easy-markdown

Simple & customizable React Native component to render Github-flavoured markdown using minimal native components.
https://www.npmjs.com/package/react-native-easy-markdown
65 stars 62 forks source link

Support for subscript and superscript #27

Open VivekNeel opened 5 years ago

VivekNeel commented 5 years ago

Hi,

Thanks for the great work. I have an issue in making subscript and superscript work with this lib. When i pass :

<sub>he<sup>l</sup>lo</sub>

It does not work. are they supported?