mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
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>