aboutsummaryrefslogtreecommitdiff
path: root/test/command/5642.md
blob: 7fe8f5a5f1ca3b33a4a8351c13ed7482a680e633 (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="" /><figcaption>test</figcaption>
</figure>
```