pandoc/test/command/5121.md
John MacFarlane 4060df6891 Markdown writer: include needed whitespace after HTML figure.
We use HTML for a figure in markdown dialects that can't
represent it natively.

Closes #5121.
2018-12-03 15:10:13 -08:00

240 B

% pandoc -f markdown -t markdown_strict
![My caption](./my-figure.jpg){width=500px}

## Header 2
^D
<figure>
<img src="./my-figure.jpg" alt="My caption" width="500" /><figcaption>My caption</figcaption>
</figure>

Header 2
--------