2018-12-04 00:10:13 +01:00
|
|
|
```
|
|
|
|
% pandoc -f markdown -t markdown_strict
|
|
|
|
![My caption](./my-figure.jpg){width=500px}
|
|
|
|
|
|
|
|
## Header 2
|
|
|
|
^D
|
|
|
|
<figure>
|
2020-07-01 14:44:42 +02:00
|
|
|
<img src="./my-figure.jpg" width="500" alt="My caption" /><figcaption aria-hidden="true">My caption</figcaption>
|
2018-12-04 00:10:13 +01:00
|
|
|
</figure>
|
|
|
|
|
|
|
|
Header 2
|
|
|
|
--------
|
|
|
|
```
|