#mdbook

app mdbook-footnote

mdbook preprocessor for footnotes

2 releases

0.1.1 Mar 23, 2023
0.1.0 Jun 25, 2022

#1314 in Text processing

Download history 93/week @ 2024-07-19 118/week @ 2024-07-26 99/week @ 2024-08-02 121/week @ 2024-08-09 121/week @ 2024-08-16 120/week @ 2024-08-23 117/week @ 2024-08-30 100/week @ 2024-09-06 113/week @ 2024-09-13 132/week @ 2024-09-20 93/week @ 2024-09-27 122/week @ 2024-10-04 106/week @ 2024-10-11 78/week @ 2024-10-18 81/week @ 2024-10-25 91/week @ 2024-11-01

376 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–24MB
~350K SLoC