pandoc/test/command/7416.md
2021-06-29 09:02:13 -07:00

430 B

% pandoc -f markdown -t html
![caption](../media/rId25.jpg "title"){alt="alt"}

^D
<figure>
<img src="../media/rId25.jpg" title="title" alt="alt" /><figcaption aria-hidden="true">caption</figcaption>
</figure>
% pandoc -f markdown -t html
![caption](../media/rId25.jpg "title")

^D
<figure>
<img src="../media/rId25.jpg" title="title" alt="caption" /><figcaption aria-hidden="true">caption</figcaption>
</figure>