This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
mdBook
Watch
1
Star
0
Fork
You've already forked mdBook
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
71689da6b1
mdBook
/
src
/
renderer
/
html_handlebars
/
mod.rs
5 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
[Clean-up] Reorganize structure in handlebars renderer
2015-08-04 21:15:36 +08:00
pub
use
self
::
hbs_renderer
::
HtmlHandlebars
;
First big step for the html renderer, it reads an handlebars template and creates the files from SUMMARY.md respecting the source folder structure
2015-07-19 06:08:38 +08:00
[Clean-up] Reorganize structure in handlebars renderer
2015-08-04 21:15:36 +08:00
mod
hbs_renderer
;
mod
helpers
;