mdBook/src/renderer/html_handlebars
Michal Budzynski b1ca9cf5b5 HtmlConfig is no longer optional
`HtmlConfig` was both guaranteed to exist within `BookConfig`
and `expect`ed in few places.
This simplifies the API a little by representing the fact that
`HtmlConfig` is currently mandatory for proper mdBook binary operation.
2017-06-27 14:01:33 +02:00
..
helpers Correct clippy nits 2017-06-27 09:08:58 +02:00
hbs_renderer.rs HtmlConfig is no longer optional 2017-06-27 14:01:33 +02:00
mod.rs Checked the API, moved handlebars theme handling to the theme module to expose it to every renderer. Closes #28 2015-08-05 22:35:26 +02:00