mdbook/tests/testsuite/rendering/header_links
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
..
expected Fix ID collisions when the numeric suffix gets used 2025-09-17 14:36:16 -07:00
src Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
book.toml Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00