MdBook pre-processors
FIXME
mdbook-linkcheck
⮳ is a backend formdbook
⮳ that will check links. Install withcargo install mdbook-linkcheck
. Un-comment the related section inbook.toml
⮳ .
Alternatives
mdbook-hide
⮳ hides chapters under construction. Install withcargo install mdbook-hide
. Un-comment 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