mdBook/src/book
Weihang Lo 69599646e7 Add index preprocessor (#685)
* Add index preprocessor

README.md is a de facto index file in markdown-based documentation.
Hence, we respect to README.md and convert it into index.html.

* Fix warning for unused variables

* Update tests for config

* Match file stem case-insensitively for IndexPreprocessor

* Add tests for IndexPreprocessor

* Update book example to fit index preprocessor
2018-05-04 19:41:28 +08:00
..
book.rs Replace tempdir by tempfile (#650) 2018-03-27 07:47:37 +08:00
init.rs Made the logging a lot quieter by default (#569) 2018-01-23 01:28:37 +08:00
mod.rs Add index preprocessor (#685) 2018-05-04 19:41:28 +08:00
summary.rs pulldown-cmark updated to 0.1.2, fixmes removed, new cargo.lock generated. (#639) 2018-03-11 22:17:38 +08:00