mdbook/src/renderer/html_handlebars
Michal Budzynski d7ecb1a80c Rewrite of {{#}} links handling in preprocess module
- Replaced link parser with a Regex
- Implemented {{#include}} links
- Will display relatively nice error when cannot open {{#}} linked file
- Escaped links no longer render with escape char
- utils::fs::file_to_path no takes AsRef<Path>
- sorted export/mod in lib.rs
2017-08-01 13:50:12 +02:00
..
helpers Moved playpen.rs renderer helper to preprocess/links.rs module 2017-08-01 13:50:12 +02:00
hbs_renderer.rs Rewrite of {{#}} links handling in preprocess module 2017-08-01 13:50:12 +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