mdbook-section-number

Crates.iomdbook-section-number
lib.rsmdbook-section-number
version0.1.0
sourcesrc
created_at2022-09-16 02:39:14.189056
updated_at2022-09-16 02:39:14.189056
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
id667048
size31,381
Takuya "Mura-Mi" Murakami (Mura-Mi)

documentation

README

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:

[book]
title = "Example book"

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

cargo fmt