mdBook/src/renderer
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
..
html_handlebars HtmlConfig is no longer optional 2017-06-27 14:01:33 +02:00
mod.rs Added error-chain to the renderer module 2017-06-25 00:10:06 +08:00