mdbook/tests/testsuite/markdown/definition_lists
Eric Huss 54175698d5 Don't modify headers or dt if the tag is manually written HTML
This changes it so that header and `<dt>` tags manually written as HTML
are not modified (no anchor, no id, etc.). This is to avoid mangling any
HTML that the user explicitly crafted.

I'm not sure what the fallout from the headers might be, since I'm not
100% sure there aren't uses where the user wanted mdbook to modify
manual HTML. However, I don't see any in rust-lang's use.
2025-10-30 11:47:43 -07:00
..
expected Don't modify headers or dt if the tag is manually written HTML 2025-10-30 11:47:43 -07:00
expected_disabled Don't modify headers or dt if the tag is manually written HTML 2025-10-30 11:47:43 -07:00
src Add a test for definition lists with manual HTML tags 2025-10-30 10:02:27 -07:00
book.toml Add support for definition lists 2025-09-17 16:44:45 -07:00