markdown-js icon indicating copy to clipboard operation
markdown-js copied to clipboard

Support for <sup></sup>

Open rizkysyaiful opened this issue 9 years ago • 1 comments

it just convert the < & > to < >

rizkysyaiful avatar Nov 22 '16 16:11 rizkysyaiful

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 ;)

eapo avatar Aug 28 '17 19:08 eapo