#mdbook #footnotes #text

app mdbook-footnote

mdbook preprocessor for footnotes

2 releases

0.1.1 Mar 23, 2023
0.1.0 Jun 25, 2022

#1073 in Text processing

Download history 43/week @ 2023-12-01 73/week @ 2023-12-08 63/week @ 2023-12-15 46/week @ 2023-12-22 48/week @ 2023-12-29 57/week @ 2024-01-05 94/week @ 2024-01-12 36/week @ 2024-01-19 29/week @ 2024-01-26 46/week @ 2024-02-02 66/week @ 2024-02-09 74/week @ 2024-02-16 87/week @ 2024-02-23 66/week @ 2024-03-01 89/week @ 2024-03-08 106/week @ 2024-03-15

360 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