aboutsummaryrefslogtreecommitdiff
path: root/test/command/5121.md
blob: 0f45c4afe9844fd1cfb05f578be911b6f2511665 (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" alt="" width="500" /><figcaption>My caption</figcaption>
</figure>

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