aboutsummaryrefslogtreecommitdiff
path: root/test/command/4833.md
AgeCommit message (Collapse)AuthorFilesLines
2021-09-21Add missing `%` on command tests.John MacFarlane1-2/+2
This prevented `--accept` from working properly.
2019-09-19Remove admonition-title remnants.John MacFarlane1-1/+1
Completes 8e01ccb41dde8a5e6123f5b0746c36f240576047
2018-08-13RST writer: render Divs with admonition classes as admonitions.John MacFarlane1-0/+20
Also omit Div with class "admonition-title". These are generated by the RST reader and should be omitted on round-trip. Closes #4833.