Create book from markdown files. Like Gitbook but implemented in Rust
Go to file
Mathieu David 7fa5b06ccb 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
src 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
.gitignore Started to implement init 2015-07-07 02:56:19 +02:00
Cargo.toml Skeleton for main.rs (binary) 2015-07-06 21:12:24 +02:00
README.md Update README.md 2015-07-08 00:11:02 +02:00

README.md

mdBook

Personal implementation of Gitbook in Rust

Work in Progress...

To see what is already implemented and what has to be done next, check this issue