aboutsummaryrefslogtreecommitdiff
path: root/test/command/6768.md
blob: 17a3ae8789e0a5fde2f281181591f59051751056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
```
% pandoc -tcommonmark
::: custom_div
This is a div
:::
^D
<div class="custom_div">

This is a div

</div>
```

```
% pandoc -tcommonmark-raw_html
::: custom_div
This is a div
:::
^D
This is a div
```