pandoc/test/command/5121.md

14 lines
254 B
Markdown
Raw Normal View History

```
% 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
```