13 lines
230 B
Markdown
13 lines
230 B
Markdown
```
|
|
% pandoc -f markdown -t markdown_strict
|
|
{width=500px}
|
|
|
|
## Header 2
|
|
^D
|
|
<figure>
|
|
<img src="./my-figure.jpg" width="500" alt="" /><figcaption>My caption</figcaption>
|
|
</figure>
|
|
|
|
Header 2
|
|
--------
|
|
```
|