evilstreak / markdown-js

A Markdown parser for javascript
7.69k stars 863 forks source link

Support for <sup></sup> #281

Open rizkysyaiful opened 7 years ago

rizkysyaiful commented 7 years ago

it just convert the < & > to < >

eapo commented 6 years ago

Sadly Subscript and Superscript isn't supported widely in markup, even on GitHub we need to use the <sup> || <sub> form. markdown-it uses the ^th^ || ~2~ form for it, i really appreciate an upgrade like this ;)