aboutsummaryrefslogtreecommitdiff
path: root/test/command/5121.md
blob: f1b972fb492dcd38f8d1b1c5015b0026645998e9 (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="My caption" />
<figcaption aria-hidden="true">My caption</figcaption>
</figure>

## Header 2
```