mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
12a44fbb98
Closes #11793. Added `voidTags` to unexported module Text.Pandoc.Readers.HTML.TagCategories.
75 B
75 B
% pandoc -f markdown -t html
<div><hr></div>
^D
<div>
<hr>
</div>