aboutsummaryrefslogtreecommitdiff
path: root/test/command/5642.md
blob: 120a88ada596b06aa7d564ed9051bf5a56897256 (plain)
1
2
3
4
5
6
7
8
9
```
% pandoc -t html5 -f markdown
![test](foo){aria-describedby="barbaz"}
^D
<figure>
<img src="foo" aria-describedby="barbaz" alt="test" />
<figcaption aria-hidden="true">test</figcaption>
</figure>
```