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
5bd1385212
mdBook
/
src
History
Mathieu David
5bd1385212
Added a utils module for general / common functions
2015-07-30 15:20:55 +02:00
..
book
Rough implementation for handlebars helper to display toc correctly, probably needs a little bit of cleaning... Url in toc doesn't work yet. It needs to be cleaned before './url' -> '/url' and 'url' -> '/url'
2015-07-29 00:57:47 +02:00
parse
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
renderer
Added a utils module for general / common functions
2015-07-30 15:20:55 +02:00
theme
Fixes 2 bugs with relative paths. Fixed by injecting a variable path_to_root into the json data for the handlebars template.
Fixes
#17
2015-07-29 23:32:01 +02:00
utils
Added a utils module for general / common functions
2015-07-30 15:20:55 +02:00
lib.rs
Added a utils module for general / common functions
2015-07-30 15:20:55 +02:00
main.rs
Rudimentary: Parse SUMMARY.md, support for nested levels. Only list items: "- [name](path)" or "* [name](path)"
#2
2015-07-18 00:04:20 +02:00