aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-399.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-399.md')
-rw-r--r--test/command/pandoc-citeproc-399.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-399.md b/test/command/pandoc-citeproc-399.md
new file mode 100644
index 000000000..0c0840c70
--- /dev/null
+++ b/test/command/pandoc-citeproc-399.md
@@ -0,0 +1,45 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: command/style399.csl
+references:
+- author:
+ - family: One
+ id: one
+- author:
+ - family: Two
+ id: two
+- author:
+ - family: Three
+ id: three
+- author:
+ - family: Four
+ id: four
+- author:
+ - family: Five
+ id: five
+- author:
+ - family: Six
+ id: six
+- author:
+ - family: Seven
+ id: seven
+- author:
+ - family: Eight
+ id: eight
+- author:
+ - family: Nine
+ id: nine
+- author:
+ - family: Ten
+ id: ten
+- author:
+ - family: Eleven
+ id: eleven
+---
+
+Inline citation
+[@one; @two; @three; @four; @five; @six; @seven; @eight; @nine; @ten; @eleven].
+^D
+Inline citation \[1,2,3,4,5,6,7,8,9,10,11\].
+```