aboutsummaryrefslogtreecommitdiff
path: root/test/command/4677.md
blob: 64c4360053d1da7c5cb73b97d0f65c8acbbac118 (plain)
1
2
3
4
5
6
7
8
9
```
% 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>
```