Crates.io | mdbook-footnote |
lib.rs | mdbook-footnote |
version | 0.1.1 |
source | src |
created_at | 2022-06-25 15:49:44.305464 |
updated_at | 2023-03-23 19:27:57.56835 |
description | mdbook preprocessor for footnotes |
homepage | |
repository | https://github.com/daviddrysdale/mdbook-footnote |
max_upload_size | |
id | 613117 |
size | 67,994 |
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/>
.
To use, install the tool
cargo install mdbook-footnote
and add it as a preprocessor in book.toml
:
[preprocessor.footnote]
1: Or is it?