Crates.io | mdbook-section-number |
lib.rs | mdbook-section-number |
version | 0.1.0 |
source | src |
created_at | 2022-09-16 02:39:14.189056 |
updated_at | 2022-09-16 02:39:14.189056 |
description | A mdBook preprocessor that adds chapter numbers to the each page header |
homepage | https://github.com/Mura-Mi/mdbook-chapter-number |
repository | https://github.com/Mura-Mi/mdbook-chapter-number |
max_upload_size | |
id | 667048 |
size | 31,381 |
This is a mdbook preprocessor that adds chapter numbers to the each page header.
You can install this preprocessor with cargo install mdbook-chapter-number
.
Then, add the following to your book.toml
:
[book]
title = "Example book"
[preprocessor.chapter-number]
renderer = ["html"]