Skip to content

v0.0.4

Compare
Choose a tag to compare
@azerupi azerupi released this 30 Dec 16:01
· 2147 commits to master since this release

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

Bug Fixes

  • Bug has been fixed where the index.html would have no line breaks #76
  • Dark themes don't transform inline code to code blocks anymore #74