mdbook 0.5.2

Creates a book from markdown files
1
2
3
4
5
6
// This is a test of includes with anchors.

// ANCHOR: myanchor
// ANCHOR: unendinganchor
let x = 1;
// ANCHOR_END: myanchor