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