pandoc-2.8: test/command/5642.md
```
% pandoc -t html5 -f markdown
{aria-describedby="barbaz"}
^D
<figure>
<img src="foo" aria-describedby="barbaz" alt="" /><figcaption>test</figcaption>
</figure>
```
```
% pandoc -t html5 -f markdown
{aria-describedby="barbaz"}
^D
<figure>
<img src="foo" aria-describedby="barbaz" alt="" /><figcaption>test</figcaption>
</figure>
```