I was wondering if implementing extensions for our markdown parser could feel useful to anyone. For instance I thought I could use ^x^ for <sup>x</sup> but it doesn't work. Any insights?
^x^
<sup>x</sup>
I think writing a Parsedown extension should be OK.
https://github.com/erusev/parsedown/wiki/Tutorial:-Create-Extensions#add-inline-element
You must understand that these extensions will not make your markdown standard and if you copy and paste your markup elsewhere you could lose some formatting.