Crates.io | mdbook-chapter-number |
lib.rs | mdbook-chapter-number |
version | 0.1.2 |
source | src |
created_at | 2022-09-16 03:16:58.699225 |
updated_at | 2022-09-29 07:06:19.489312 |
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 | 667058 |
size | 35,684 |
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"]