pandoc/test/command/5121.md
mb21 a58304e00e HTML writer: output video and audio elements
depending on file extension of the image path
2019-05-29 09:43:50 +02:00

13 lines
230 B
Markdown

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