2018-12-03 15:10:13 -08:00
|
|
|
```
|
|
|
|
% pandoc -f markdown -t markdown_strict
|
|
|
|
![My caption](./my-figure.jpg){width=500px}
|
|
|
|
|
|
|
|
## Header 2
|
|
|
|
^D
|
|
|
|
<figure>
|
2021-12-20 13:44:03 -08:00
|
|
|
<img src="./my-figure.jpg" width="500" alt="My caption" />
|
|
|
|
<figcaption aria-hidden="true">My caption</figcaption>
|
2018-12-03 15:10:13 -08:00
|
|
|
</figure>
|
|
|
|
|
2020-11-14 20:09:44 -03:00
|
|
|
## Header 2
|
2018-12-03 15:10:13 -08:00
|
|
|
```
|