#mdbook #footnotes

app mdbook-footnote

mdbook preprocessor for footnotes

2 releases

0.1.1 Mar 23, 2023
0.1.0 Jun 25, 2022

#1319 in Text processing

Download history 86/week @ 2024-10-26 103/week @ 2024-11-02 72/week @ 2024-11-09 91/week @ 2024-11-16 91/week @ 2024-11-23 93/week @ 2024-11-30 132/week @ 2024-12-07 102/week @ 2024-12-14 81/week @ 2024-12-21 82/week @ 2024-12-28 84/week @ 2025-01-04 70/week @ 2025-01-11 51/week @ 2025-01-18 45/week @ 2025-01-25 51/week @ 2025-02-01 35/week @ 2025-02-08

189 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

~0–11MB
~127K SLoC