mdbook-driver 0.5.3

High-level library for running mdBook
Documentation
1
2
3
4
5
6
7
8
9
//! Built-in preprocessors.

pub use self::cmd::CmdPreprocessor;
pub use self::index::IndexPreprocessor;
pub use self::links::LinkPreprocessor;

mod cmd;
mod index;
mod links;