1 unstable release
new 0.1.0 | Feb 20, 2025 |
---|
#982 in Text processing
12KB
291 lines
markdown-it-footnotes
A purpose-built implementation of footnotes for markdown-it.rs. Unlike some other implementations, footnotes are placed where you placed them in the source Markdown document, rather than always at the bottom.
Footnotes can be referenced using [^footnote-id]
and defined on their own line using [^footnote-id]: Footnote contents
I'd like to reference something.[^foo]
## References
[^foo]: Bar
Dependencies
~7–16MB
~219K SLoC