markdown-js
markdown-js copied to clipboard
Support for <sup></sup>
it just convert the < & > to < >
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 ;)