mdbook-chapter-number

Crates.iomdbook-chapter-number
lib.rsmdbook-chapter-number
version0.1.2
sourcesrc
created_at2022-09-16 03:16:58.699225
updated_at2022-09-29 07:06:19.489312
descriptionA mdBook preprocessor that adds chapter numbers to the each page header
homepagehttps://github.com/Mura-Mi/mdbook-chapter-number
repositoryhttps://github.com/Mura-Mi/mdbook-chapter-number
max_upload_size
id667058
size35,684
Takuya "Mura-Mi" Murakami (Mura-Mi)

documentation

README

mdbook-chapter-number

CI License: MIT crates.io

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:

[book]
title = "Example book"

[preprocessor.chapter-number]
renderer = ["html"]
Commit count: 40

cargo fmt