mdbook/tests/testsuite/rendering
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
..
default_rust_edition Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
edit_url_template Migrate edit-url-template tests to BookTest 2025-04-22 21:11:53 -07:00
edit_url_template_explicit_src Migrate edit-url-template tests to BookTest 2025-04-22 21:11:53 -07:00
editable_rust_block Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
first_chapter_is_copied_as_index_even_if_not_first_elem/src Migrate first_chapter_is_copied_as_index_even_if_not_first_elem to BookTest 2025-04-22 21:11:53 -07:00
fontawesome Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
header_links Fix ID collisions when the numeric suffix gets used 2025-09-17 14:36:16 -07:00
hidelines Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
html_blocks Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00