aboutsummaryrefslogtreecommitdiff
path: root/test/command/7521.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-24Fix test for #7521.John MacFarlane1-2/+2
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane1-0/+11
parsing. Use of `--strip-comments` was causing tight lists to be rendered as loose (as if the comment were a blank line). Closes #7521.