Has the Discourse footnote plugin been considered? I missed footnotes when editing Vendoring third party libraries in CPython
Honestly, I either just add the Unicode “superscript number” characters¹ directly, or I insert <sup>
HTML tags2. Either approach seems to work well enough for my purposes, and I don’t need to learn any new markup.
¹ like this…
2 or this.
1 Like
Thanks! I keep forgetting that some HTML markup is allowed
1 Like