mdbook-footnote

Crates.iomdbook-footnote
lib.rsmdbook-footnote
version0.1.1
sourcesrc
created_at2022-06-25 15:49:44.305464
updated_at2023-03-23 19:27:57.56835
descriptionmdbook preprocessor for footnotes
homepage
repositoryhttps://github.com/daviddrysdale/mdbook-footnote
max_upload_size
id613117
size67,994
David Drysdale (daviddrysdale)

documentation

README

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?

Commit count: 8

cargo fmt