Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//! mdBook HTML renderer.
mod html;
mod html_handlebars;
pub mod theme;
pub(crate) mod utils;
pub use html_handlebars::HtmlHandlebars;