blob: 15c8fd5ee26a903411747baeda48fe1c2b2d5724 (
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"
{#img:1}
^D
<figure id="img:1">
<img src="img.png" alt="Caption" />
<figcaption aria-hidden="true">Caption</figcaption>
</figure>
```
|