Optional pre-processors
mdbook-linkcheck
⮳ is a backend formdbook
⮳ that will check links. Install withcargo install mdbook-linkcheck
. Uncomment the related section inbook.toml
.mdbook-hide
⮳ hides chapters under construction. Install withcargo install mdbook-hide
. Uncomment the related section inbook.toml
. To mark a chapter as hidden, add the following comment anywhere in the Markdown file. It is better to have it at the top of the file for clarity.
<!--hidden-->
mdbook-keeper
⮳. Install with
cargo install mdbook_keeper --git https://github.com/tfpk/mdbook_keeper.git
TODO: add