aboutsummaryrefslogtreecommitdiff
path: root/test/command/5642.md
blob: cd60df8129f315720a6f6dc08e27c056baaa560e (plain)
1
2
3
4
5
6
7
8
```
% 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>
```