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