This website requires JavaScript.
Explore
Help
Sign in
jesus
/
mdbook
Watch
1
Star
0
Fork
You've already forked mdbook
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
232a923676
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 15:15:36 +02: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 00:08:38 +02:00
[Clean-up] Reorganize structure in handlebars renderer
2015-08-04 15:15:36 +02:00
mod
hbs_renderer
;
mod
helpers
;
Reference in a new issue
Copy permalink