This tries to improve the spacing between section headings in the sidebar so that they don't blend together. This is particularly a problem with long headings that word wrap. This just tightens up the spacing when it wraps, and increases the spacing between the sections. I still don't 100% like how the distinction between sections can be difficult to see. My original prototype had other indicators like bullets, but those ended up not working too well. This might still need some work in the future. Fixes https://github.com/rust-lang/mdBook/issues/3085 |
||
|---|---|---|
| .. | ||
| front-end | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
mdbook-html
This is the HTML renderer for mdBook. This is intended for internal use only. It is automatically included by mdbook-driver to render books to HTML.
This crate is maintained by the mdBook team, primarily for use by mdBook and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.