mdbook 0.5.2

Creates a book from markdown files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Summary

[Prefix chapter](./prefix.md)

- [Chapter 1]./chapter_1.md
- [Draft chapter]

# Part title

- [Part chapter]./part/chapter.md
    - [Part sub chapter]./part/sub-chapter.md

---

[Suffix chapter](./suffix.md)