aboutsummaryrefslogtreecommitdiff
path: root/test/command/4677.md
blob: 11a62fd08257f33761ae71c5763c1091c5ee2cef (plain)
1
2
3
4
5
6
7
8
```
% 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"
![Caption](img.png){#img:1}
^D
<figure>
<img src="img.png" alt="" id="img:1" /><figcaption>Caption</figcaption>
</figure>
```