Releases: rust-lang/mdBook
Releases · rust-lang/mdBook
v0.0.5
v0.0.4
Change Log
New Features
- You can now use inline code blocks in the sidebar #70
- The watch sub-command has been implemented. Run
mdbook watch
#61 - Handlebars dependency was updated #68
- Arrow keys can now be used to navigate #87
- Rust code snippets can have hidden lines by prepending with
#
#73 - Rust code snippets can be tested with Rustdoc by using
mdbook test
#69 - All section headings have now anchors with the name of the heading #72
Style Fixes
- Consecutive headings are now closer to each other, while headings after a paragraph (and other elements) have a good margin #83