mdbook 0.5.2

Creates a book from markdown files
1
2
3
4
5
6
// When there aren't any headings, there shouldn't be any header items in the sidebar.

set-window-size: (1400, 800)
go-to: |DOC_PATH| + "heading-nav/empty.html"
assert-count: (".header-item", 0)
assert-count: (".current-header", 0)