#mdbook #footnotes #text

app mdbook-footnote

mdbook preprocessor for footnotes

2 releases

0.1.1 Mar 23, 2023
0.1.0 Jun 25, 2022

#1223 in Text processing

Download history 139/week @ 2024-04-01 73/week @ 2024-04-08 54/week @ 2024-04-15 49/week @ 2024-04-22 51/week @ 2024-04-29 62/week @ 2024-05-06 42/week @ 2024-05-13 45/week @ 2024-05-20 63/week @ 2024-05-27 84/week @ 2024-06-03 89/week @ 2024-06-10 72/week @ 2024-06-17 50/week @ 2024-06-24 58/week @ 2024-07-01 104/week @ 2024-07-08 86/week @ 2024-07-15

308 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

~12–23MB
~323K SLoC