Replies: 1 comment 1 reply
-
Heya, footnotes are an MD extension, for which there is an mdformat plugin. See the mdformat documentation for how to add/activate plugins |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use
MarkdownIt
to parse a Markdown document, make some changes (like a formatter),and write it back to Markdown. I tried
but this gives
Apparently, the
MDRenderer
doesn't know footnotes, like the parser does. Would I have to subclassMDRenderer
to add this functionality?Beta Was this translation helpful? Give feedback.
All reactions