aboutsummaryrefslogtreecommitdiff
path: root/test/command/4677.md
blob: 2694624b99f16cb209209fb2a01298886b67bf69 (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" id="img:1" alt="Caption" /><figcaption aria-hidden="true">Caption</figcaption>
</figure>
```