MdBook pre-processors

  • mdbook-linkcheck⮳ is a backend for mdbook⮳ that will check links. Install with cargo install mdbook-linkcheck. Un-comment the related section in book.toml .

Alternatives

  • mdbook-hide⮳ hides chapters under construction. Install with cargo install mdbook-hide. Un-comment the related section in book.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-->
cargo install mdbook_keeper --git https://github.com/tfpk/mdbook_keeper.git