aboutsummaryrefslogtreecommitdiff
path: root/test/command/5121.md
blob: 1ee6bda770aeae6e44865498e06f27bed8522fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```
% 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="My caption" /><figcaption aria-hidden="true">My caption</figcaption>
</figure>

## Header 2
```