This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mdBook
Watch
1
Star
0
Fork
0
You've already forked mdBook
mirror of
https://github.com/rust-lang/mdBook.git
synced
2025-12-27 11:33:55 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecdcc31e9ec1fa48cc08925a4a8d5f61e53e8002
mdBook
/
src
History
Mathieu David
ecdcc31e9e
Added function to clean links before inserting in toc
2015-07-29 12:10:12 +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 function to clean links before inserting in toc
2015-07-29 12:10:12 +02:00
theme
Added function to clean links before inserting in toc
2015-07-29 12:10:12 +02:00
lib.rs
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
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