3f57f49033
The same text is already in the <figcaption> and screen-readers would read it twice, see #4737
322 B
322 B
% 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>