mdxbook 0.4.25

Fork of mdBook, with more customizations and flexibility for programmers
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(missing_docs)] // FIXME: Document this

pub use self::hbs_renderer::HtmlHandlebars;
pub use self::hbs_renderer::{hide_lines, partition_source};

mod hbs_renderer;
mod helpers;

#[cfg(feature = "search")]
mod search;