#mdbook #footnotes

app mdbook-footnote

mdbook preprocessor for footnotes

2 releases

0.1.1 Mar 23, 2023
0.1.0 Jun 25, 2022

#1259 in Text processing

Download history 121/week @ 2024-08-26 105/week @ 2024-09-02 116/week @ 2024-09-09 110/week @ 2024-09-16 119/week @ 2024-09-23 99/week @ 2024-09-30 131/week @ 2024-10-07 92/week @ 2024-10-14 72/week @ 2024-10-21 98/week @ 2024-10-28 95/week @ 2024-11-04 69/week @ 2024-11-11 106/week @ 2024-11-18 83/week @ 2024-11-25 119/week @ 2024-12-02 102/week @ 2024-12-09

423 downloads per month

Apache-2.0

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–23MB
~348K SLoC