mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Markdown raw HTML: fix handling of void hr element.
Closes #11793. Added `voidTags` to unexported module Text.Pandoc.Readers.HTML.TagCategories.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
```
|
||||
% pandoc -f markdown -t html
|
||||
<div><hr></div>
|
||||
^D
|
||||
<div>
|
||||
<hr>
|
||||
</div>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user