mdbook-html 0.5.2

mdBook HTML renderer
Documentation
1
2
3
4
5
6
7
mod hbs_renderer;
mod helpers;
#[cfg(feature = "search")]
mod search;
mod static_files;

pub use self::hbs_renderer::HtmlHandlebars;