aboutsummaryrefslogtreecommitdiff
path: root/test/command/4677.md
blob: 3ca8add9da1f0598e2e13e11a954d0315f22d35a (plain)
1
2
3
4
5
6
7
```
% echo '![Caption](img.png){#img:1}' | pandoc --to "markdown-bracketed_spans-fenced_divs-link_attributes-simple_tables-multiline_tables-grid_tables-pipe_tables-fenced_code_attributes-markdown_in_html_blocks-table_captions-smart"
^D
<figure>
<img src="img.png" alt="Caption" id="img:1" /><figcaption>Caption</figcaption>
</figure>
```