github rust-lang/mdBook v0.0.6

latest releases: v0.4.37, v0.4.36, v0.4.35...
8 years ago

Change Log

New Features

  • It is now possible to load rust files that are runnable with this syntax: {{#playpen file.rs}}. They will appear as normal code blocks but will have a play button to run them.
  • Anchors for headings now have an href attribute, this means that now when you click a heading you will be redirected to that anchor AND you will see the url to the anchor in the url bar. This was not the case before.
  • pulldown-cmark has been updated, tables and footnotes are now supported
  • blockquotes have been styled and can now be used as asides for example

Bug Fixes

  • Fix bug where # characters (used to hide rust code lines) where not removed if they were not the very first character of the line
  • Remove the temporary copy of Path_Ext, use the version from STD that has been stabilized
  • the std function fs::create_dir_all does the same thing as create_path but better. Is that instead and remove create_path. This resolves a bug where weird things would happen if you gave a path with .. in it.

Don't miss a new mdBook release

NewReleases is sending notifications on new releases.