mdbook-html 0.5.2

mdBook HTML renderer
Documentation
1
2
3
4
5
6
7
8
//! mdBook HTML renderer.

mod html;
mod html_handlebars;
pub mod theme;
pub(crate) mod utils;

pub use html_handlebars::HtmlHandlebars;