2 releases
0.1.1 | Mar 23, 2023 |
---|---|
0.1.0 | Jun 25, 2022 |
#1314 in Text processing
376 downloads per month
21KB
85 lines
mdbook-footnote
A preprocessor for mdbook to support the inclusion of footnotes.
It turns this:
Normal text{{footnote: Or is it?}} in body.
into:
Normal text1 in body.
with the footnotes accumulated at the bottom of the page, following an <hr/>
.
Installation
To use, install the tool
cargo install mdbook-footnote
and add it as a preprocessor in book.toml
:
[preprocessor.footnote]
1: Or is it?
Dependencies
~13–24MB
~350K SLoC