1 unstable release
0.1.0 | Feb 20, 2025 |
---|
#19 in #foo
132 downloads per month
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
~217K SLoC