mdbook/crates/mdbook-html/src
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
..
html Don't modify headers or dt if the tag is manually written HTML 2025-10-30 11:47:43 -07:00
html_handlebars Fix heading nav with folded chapters 2025-10-20 17:31:40 -07:00
theme Move theme copy to the Theme type and reduce visibility 2025-09-20 17:55:12 -07:00
lib.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
utils.rs Fix ID collisions when the numeric suffix gets used 2025-09-17 14:36:16 -07:00