mdbook/crates
Eric Huss 2474ae799b Add ToUrlPath helper trait
This adds the `ToUrlPath` helper trait to convert a Path to a path
suitable for use in HTML (replacing `normalize_path`).

This also fixes a minor bug where on Windows the next/prev links were
using a double forward slash. I don't think this is possible, since
chapter links are derived from the summary, but I'm noting just in case.
It's also not too much of an issue since double slashes are normally
just treated as a single.
2025-09-15 07:44:10 -07:00
..
mdbook-core Add ToUrlPath helper trait 2025-09-15 07:44:10 -07:00
mdbook-driver Add a helper for defining a regex 2025-09-12 06:48:50 -07:00
mdbook-html Add ToUrlPath helper trait 2025-09-15 07:44:10 -07:00
mdbook-markdown Switch from log to tracing 2025-09-12 06:13:45 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Switch from log to tracing 2025-09-12 06:13:45 -07:00