mdbook/crates/mdbook-html
Eric Huss 5a946ae676 Improve spacing in sidebar section headings
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
2026-05-19 15:19:35 -07:00
..
front-end Improve spacing in sidebar section headings 2026-05-19 15:19:35 -07:00
src Improve error message for invalid Font Awesome icons 2026-02-24 08:58:05 -05:00
Cargo.toml Update to 0.5.2 2025-12-11 11:40:27 -08:00
README.md Add READMEs for all new crates 2025-07-23 17:47:31 -07:00

mdbook-html

Documentation crates.io Changelog

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.

License

Mozilla Public License, version 2.0