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>
|
2021-12-20 22:44:03 +01: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>
|
|
|
|
|
2020-11-15 00:09:44 +01:00
|
|
|
## Header 2
|
2018-12-04 00:10:13 +01:00
|
|
|
```
|