d9584d73f9
The change both improves performance and fixes a regression whereby normal citations inside inline notes were not parsed correctly. Closes jgm/pandoc-citeproc#315.
6 lines
260 B
Markdown
6 lines
260 B
Markdown
```
|
|
% pandoc -t native
|
|
foo^[bar [@doe]]
|
|
^D
|
|
[Para [Str "foo",Note [Para [Str "bar",Space,Cite [Citation {citationId = "doe", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 0}] [Str "[@doe]"]]]]]
|
|
```
|