Skip to content

daviddrysdale/mdbook-footnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdbook-footnote

A preprocessor for mdbook to support the inclusion of automatically numbered 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/>.

Configuration

The markdown boolean flag indicates whether footnotes should be emitted as MarkDown rather than HTML. This is needed for any non-HTML backend.

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?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages