#reference #foo #bar

markdown-it-footnotes

Creates footnotes and lists of footnotes in Markdown documents

1 unstable release

0.1.0 Feb 20, 2025

#19 in #foo

Download history 124/week @ 2025-02-20 8/week @ 2025-02-27

132 downloads per month

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
~217K SLoC