pandoc/test/command/3794.md
John MacFarlane 41209ea676 HTML reader: Ensure that paragraphs are closed properly...
when the parent block element closes, even without `</p>`.

Closes #3794.
2017-07-11 15:52:38 +02:00

7 lines
97 B
Markdown

```
% pandoc -f html -t native
<div><p>hello</div>
^D
[Div ("",[],[])
[Para [Str "hello"]]]
```