41209ea676
when the parent block element closes, even without `</p>`. Closes #3794.
7 lines
97 B
Markdown
7 lines
97 B
Markdown
```
|
|
% pandoc -f html -t native
|
|
<div><p>hello</div>
|
|
^D
|
|
[Div ("",[],[])
|
|
[Para [Str "hello"]]]
|
|
```
|