mdBook/src/renderer/html_handlebars/mod.rs

10 lines
165 B
Rust
Raw Normal View History

#![allow(missing_docs)] // FIXME: Document this
pub use self::hbs_renderer::HtmlHandlebars;
mod hbs_renderer;
mod helpers;
#[cfg(feature = "search")]
mod search;