aboutsummaryrefslogtreecommitdiff
path: root/test/command/1279.md
AgeCommit message (Collapse)AuthorFilesLines
2021-09-21Add missing `%` on command tests.John MacFarlane1-1/+1
This prevented `--accept` from working properly.
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane1-1/+1
This fixes a bug, which caused the writer to look at the LAST rather than the FIRST character in determining whether quotes were needed. So we got spurious quotes in some cases and didn't get necessary quotes in others. Closes #7245. Updated a number of test cases accordingly.
2020-10-07Use double quotes for YAML metadata.John MacFarlane1-1/+1
Closes #6727.
2017-03-05Parse YAML metadata in a context that sees footnotes...John MacFarlane1-0/+19
defined in the body of the document. Closes #1279.