aboutsummaryrefslogtreecommitdiff
path: root/test/command/5121.md
blob: 42f2fdea207a58823def8f34ec01f7fb6638f57a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -f markdown -t markdown_strict
![My caption](./my-figure.jpg){width=500px}

## Header 2
^D
<figure>
<img src="./my-figure.jpg" width="500" alt="" /><figcaption>My caption</figcaption>
</figure>

Header 2
--------
```