mdbook/tests/testsuite/markdown
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
..
admonitions Add support for admonitions 2025-09-18 19:54:20 -07:00
basic_markdown Don't modify headers or dt if the tag is manually written HTML 2025-10-30 11:47:43 -07:00
custom_header_attributes Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
definition_lists Don't modify headers or dt if the tag is manually written HTML 2025-10-30 11:47:43 -07:00
footnotes Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
smart_punctuation/src Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
strikethrough/src Migrate markdown_options to BookTest 2025-04-22 20:50:20 -07:00
tables/src Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
tasklists/src Migrate markdown_options to BookTest 2025-04-22 20:50:20 -07:00