pandoc/test/command/5099.md
John MacFarlane a59ae96062 Markdown reader: Set citationNoteNum accurately in citations.
This also changes stateLastNoteNumber -> stateNoteNumber.
2020-09-21 10:10:37 -07:00

13 lines
323 B
Markdown

```
% pandoc -t native
(@citation
^D
[Para [Str "(",Cite [Citation {citationId = "citation", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 1, citationHash = 0}] [Str "@citation"]]]
```
```
% pandoc -t native
('asd')
^D
[Para [Str "(",Quoted SingleQuote [Str "asd"],Str ")"]]
```