mdbook 0.5.3

Creates a book from markdown files
1
2
3
4
5
6
# Code blocks fenced with indent

```rust
    // This has a first line that is indented.
    println!("hello");
```