aboutsummaryrefslogtreecommitdiff
path: root/test/command/cite-in-inline-note.md
AgeCommit message (Collapse)AuthorFilesLines
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane1-1/+1
This also changes stateLastNoteNumber -> stateNoteNumber.
2018-01-14Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane1-0/+6
The change both improves performance and fixes a regression whereby normal citations inside inline notes were not parsed correctly. Closes jgm/pandoc-citeproc#315.