180 B
180 B
% pandoc -t html5 -f markdown
![test](foo){aria-describedby="barbaz"}
^D
<figure>
<img src="foo" aria-describedby="barbaz" alt="" /><figcaption>test</figcaption>
</figure>