mdbook-chapter-number

CI License: MIT

This is a mdbook preprocessor that adds chapter numbers to the each page header.

Usage

You can install this preprocessor with cargo install mdbook-chapter-number.

Then, add the following to your book.toml:

```toml [book] title = "Example book"

[preprocessor.chapter-number] renderer = ["html"] ```