Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-28 | Improve punctuation moving with `--citeproc`. | John MacFarlane | 1 | -2/+2 | |
Previously, using `--citeproc` could cause punctuation to move in quotes even when there aer no citations. This has been changed; now, punctuation moving is limited to citations. In addition, we only move footnotes around punctuation if the style is a note style, even if `notes-after-punctuation` is `true`. | |||||
2020-11-25 | Fix truncation of `[Citation]` list in `Cite` inside footnotes... | John MacFarlane | 1 | -0/+36 | |
This affected author-in-text citations in footnotes. It didn't cause problems for the printed output, but for filters that expected the citation id and other information. Closes #6890. |