1
Fork 0
Go to file
Jan-Erik Rediger 7609c3eedd Upgrade pulldown-cmark-to-cmark for fix
This fixes a panic when table headers contain inline code.
2020-06-05 09:05:50 +02:00
ci Run tests during CI 2019-07-10 14:52:14 +02:00
src Try to fix indentation levels when header levels have holes 2020-06-02 11:14:23 +02:00
.gitignore Ignore local testing book 2019-07-10 21:22:02 +02:00
.travis.yml Don't build on now-deprecated 32bit macOS target 2020-04-06 10:04:17 +02:00
appveyor.yml End command correctly 2019-07-10 15:29:08 +02:00
Cargo.lock Upgrade pulldown-cmark-to-cmark for fix 2020-06-05 09:05:50 +02:00
Cargo.toml Upgrade pulldown-cmark-to-cmark for fix 2020-06-05 09:05:50 +02:00
LICENSE Add License and Readme 2018-07-20 12:07:21 +02:00
README.md Update license notice 2020-04-06 10:39:07 +02:00
release.toml Set tag-name to not include the v 2019-08-21 09:52:41 -07:00

mdbook-toc

A preprocessor for mdbook to add inline Table of Contents support.

It turns this:

<!-- toc -->

into a Table of Contents based on all top- and second-level headings of the chapter.

Installation

If you want to use only this preprocessor, install the tool:

cargo install mdbook-toc

Add it as a preprocessor to your book.toml:

[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]

Finally, build your book as normal:

mdbook path/to/book

License

MPL. See LICENSE.
Copyright (c) 2018-2020 Jan-Erik Rediger janerik@fnordig.de