#footnotes #markdown #document #reference #markdown-it #create #list

markdown-it-footnotes

Creates footnotes and lists of footnotes in Markdown documents

1 unstable release

new 0.1.0 Feb 20, 2025

#982 in Text processing

BSD-3-Clause

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