Files
pandoc/test/command/11793.md
T
John MacFarlane 12a44fbb98 Markdown raw HTML: fix handling of void hr element.
Closes #11793.

Added `voidTags` to unexported module
Text.Pandoc.Readers.HTML.TagCategories.
2026-08-05 07:18:12 -07:00

75 B

% pandoc -f markdown -t html
<div><hr></div>
^D
<div>
<hr>
</div>