aboutsummaryrefslogtreecommitdiff
path: root/test/command/3675.md
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19RST writer: use more consistent indentation.John MacFarlane1-2/+2
Previously we used an odd mix of 3- and 4-space indentation. Now we use 3-space indentation, except for ordered lists, where indentation must depend on the width of the list marker. Closes #4563.
2017-05-19RST writer: add empty comments when needed...John MacFarlane1-0/+15
to avoid including a blocquote in the indented content of a preceding block. Closes #3675.