aboutsummaryrefslogtreecommitdiff
path: root/test/command/4677.md
AgeCommit message (Collapse)Author
2019-05-29HTML writer: output video and audio elementsmb21
depending on file extension of the image path
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg
The same text is already in the <figcaption> and screen-readers would read it twice, see #4737
2018-06-11Adjust command test not to use echo.John MacFarlane
This is fraught on Windows.
2018-05-30Markdown writer: preserve `implicit_figures` with attributes...John MacFarlane
...even if `implicit_attributes` is not set, by rendering in raw HTML. Fixes #4677.