mdbook/crates
Eric Huss f1731329e1 Fix ID collisions when the numeric suffix gets used
This fixes a collision with the ID generation where it a previous entry
could generate a unique ID like "foo-1", but then a header with the text
"Foo 1" would collide with it. This fixes it so that when generating the
ID for "Foo 1", it will loop unit it finds an ID that doesn't collide
(in this case, `foo-1-1`).
2025-09-17 14:36:16 -07:00
..
mdbook-compare Add a basic utility to compare different versions of mdbook 2025-09-16 13:58:20 -07:00
mdbook-core Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
mdbook-driver Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
mdbook-html Fix ID collisions when the numeric suffix gets used 2025-09-17 14:36:16 -07:00
mdbook-markdown Add a new HTML rendering pipeline 2025-09-16 20:26:35 -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