v0.1.9 (yanked)
Pre-release
Pre-release
Known Regression
mdBook was changed to use relative paths for links rather than the <base>
tag (#603). This change broke links defined using paths relative to the book root (#746). This release has been yanked to avoid breaking mdbook users who are relying on 0.1
compatibility. Please update to 0.2.0
to access the improvements from this release.
Major Changes
- Improve search index size, and make it load asynchronously (#707)
- Disable the request to crates.io for the list of crates except on pages which have a rust playpen (#709)
- Use the same font size for editable and static code blocks (#710)
- Allow escaping the hash character, used for hiding lines of Rust doc examples (#719)
- Fix
mdbook test
(#741)