You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the problem is in the footnote plugin. It should check if there is a trailing ^ character, and not generate a footnote in that case. See Nutomic/ibis#99.
Alternatively it would be possible to change the superscript logic to ignore strings containing [ or ] characters.
I recently made a
markdown-it
plugin for superscript that follows markdown extended syntax for superscript. When I use that library in tandem withmarkdown-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.The text was updated successfully, but these errors were encountered: