Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-25 | Add quotes properly in markdown YAML metadata fields. | John MacFarlane | 1 | -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-07 | Use double quotes for YAML metadata. | John MacFarlane | 1 | -1/+1 | |
Closes #6727. | |||||
2017-03-05 | Parse YAML metadata in a context that sees footnotes... | John MacFarlane | 1 | -0/+19 | |
defined in the body of the document. Closes #1279. |