mdbook/crates
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
..
mdbook-compare mdbook-compare: fix duplicate "diff" print 2025-10-29 19:45:22 -07:00
mdbook-core Add Config::contains_key 2025-10-29 20:29:46 -07:00
mdbook-driver Expose "search" feature from mdbook-driver 2025-10-28 11:29:48 -07:00
mdbook-html Handle unclosed HTML tags inside a markdown element 2025-11-06 07:31:45 -08:00
mdbook-markdown Update to 0.5.0-beta.1 2025-10-26 12:55:06 -07:00
mdbook-preprocessor Update to 0.5.0-beta.1 2025-10-26 12:55:06 -07:00
mdbook-renderer Update to 0.5.0-beta.1 2025-10-26 12:55:06 -07:00
mdbook-summary Update to 0.5.0-beta.1 2025-10-26 12:55:06 -07:00
xtask Fix incorrect string formatting in xtask error message 2025-10-15 06:57:39 -07:00