mdbook/crates/mdbook-html/src
Eric Huss 700839f77f Handle unclosed HTML tags inside a markdown element
This fixes an issue where it was panicking due to an unbalanced HTML tag
when exiting a markdown element. The problem was that the tag stack was
left non-empty when processing was finished due to `end_tag` being out
of sync with the pulldown-cmark event tags.

There really should be better validation that the stack is in sync and
balanced, but this should address the main culprit of the interplay of
raw HTML tags and pulldown-cmark events.
2025-11-06 07:31:45 -08:00
..
html Handle unclosed HTML tags inside a markdown element 2025-11-06 07:31:45 -08: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 Add a comment about the intent of HTML id generation 2025-11-04 16:05:36 -08:00