aboutsummaryrefslogtreecommitdiff
path: root/test/command/7216.md
AgeCommit message (Collapse)AuthorFilesLines
2021-09-21Add missing `%` on command tests.John MacFarlane1-1/+1
This prevented `--accept` from working properly.
2021-04-28Smarter smart quotes.John MacFarlane1-0/+19
Treat a leading " with no closing " as a left curly quote. This supports the practice, in fiction, of continuing paragraphs quoting the same speaker without an end quote. It also helps with quotes that break over lines in line blocks. Closes #7216.