I recently made [a `markdown-it` plugin for superscript](https://github.com/LemmyNet/lemmy-markdown-it-plugins/tree/main/crates/markdown-it-sup) that follows [markdown extended syntax for superscript](https://www.markdownguide.org/extended-syntax/#superscript). When I use that library in tandem with `markdown-it-footnote`, inline footnotes don't get parsed to HTML. I'm unsure if this is a problem with my library or this repo's footnote library.