aboutsummaryrefslogtreecommitdiff
path: root/test/command/5753.md
AgeCommit message (Collapse)AuthorFilesLines
2019-09-22Improve test #5753John MacFarlane1-2/+2
2019-09-22RST reader: Fixed parsing of indented blocks.John MacFarlane1-0/+15
We were requiring consistent indentation, but this isn't required by RST, as long as each nonblank line of the block has *some* indentation. Closes #5753.