mdbook/crates/mdbook-html/src/html
Eric Huss 22065ebc79 Give a warning for unclosed HTML tags
This changes the internal error message to a warning to let the user
know that the HTML tags are unbalanced. In the future this will be a
denyable lint.

This is a very primitive approach of just ignoring the end tag. Ideally
it should recover using the standard HTML parsing algorithm, since there
is a chance that there will be a cascade of errors under certain
unbalanced situations.
2025-11-05 11:42:43 -08:00
..
admonitions.rs Add support for admonitions 2025-09-18 19:54:20 -07:00
hide_lines.rs Fix rust fenced code blocks with an indent 2025-10-27 18:38:27 -07:00
mod.rs Add support for admonitions 2025-09-18 19:54:20 -07:00
print.rs Fix print page links for internal links to non-chapters 2025-10-30 18:37:12 -07:00
serialize.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
tests.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
tokenizer.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
tree.rs Give a warning for unclosed HTML tags 2025-11-05 11:42:43 -08:00