aboutsummaryrefslogtreecommitdiff
path: root/test/command/9635.md
blob: 088a5b6d294e7f23c4420e836d1f73f97a7ebc51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc
> ::: {.fence}
> that is
> not closed

okay
^D
2> [WARNING] Div at _chunk line 1 column 1 unclosed at _chunk line 5 column 1, closing implicitly.
<blockquote>
<div class="fence">
<p>that is not closed</p>
</div>
</blockquote>
<p>okay</p>
```