diff options
Diffstat (limited to 'test/command/10894.md')
| -rw-r--r-- | test/command/10894.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/command/10894.md b/test/command/10894.md new file mode 100644 index 000000000..25d68c9f7 --- /dev/null +++ b/test/command/10894.md @@ -0,0 +1,34 @@ +``` +% pandoc --citeproc -t plain --csl command/apa.csl +--- +references: +- author: + - family: Doe + given: John + container-title: Journal of Examples + id: doe2020 + issue: 1 + issued: 2020 + page: 1-10 + title: An example article + type: article-journal + volume: 1 +- author: + - family: Smith + given: Jane + id: smith2021 + issued: 2021 + publisher: Example Press + title: A sample book + type: book +suppress-bibliography: true +--- +[@smith2021; @doe2020] + +[see |@smith2021; @doe2020|, and others] +^D +(Doe, 2020; Smith, 2021) + +(see Smith, 2021; Doe, 2020, and others) +``` + |
