mdbook 0.5.2

Creates a book from markdown files
1
2
3
4
5
6
7
8
9
10
11
12
# Images

![Image *"alt"* & \"
    `"text" & <stuff>`
    [url](/foo)
    <em>html</em>
    ---
    hard\
    break
](https://rust-lang.org/logos/rust-logo-256x256.png)

![Image with title](https://rust-lang.org/logos/rust-logo-256x256.png "Some title")