#mdbook #footnotes

app mdbook-footnote

mdbook preprocessor for footnotes

2 releases

0.1.1 Mar 23, 2023
0.1.0 Jun 25, 2022

#1020 in Text processing

Download history 52/week @ 2023-12-18 39/week @ 2023-12-25 57/week @ 2024-01-01 97/week @ 2024-01-08 54/week @ 2024-01-15 22/week @ 2024-01-22 40/week @ 2024-01-29 42/week @ 2024-02-05 78/week @ 2024-02-12 92/week @ 2024-02-19 74/week @ 2024-02-26 67/week @ 2024-03-04 101/week @ 2024-03-11 125/week @ 2024-03-18 96/week @ 2024-03-25 139/week @ 2024-04-01

471 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

~11–24MB
~329K SLoC