aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-65.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-65.md')
-rw-r--r--test/command/pandoc-citeproc-65.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-65.md b/test/command/pandoc-citeproc-65.md
new file mode 100644
index 000000000..7b07f7ecf
--- /dev/null
+++ b/test/command/pandoc-citeproc-65.md
@@ -0,0 +1,38 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- ISBN: 3406493556
+ author:
+ - family: Stotz
+ given: Peter
+ call-number: 'PA25 PA2616 .H24 Abt. 2, T. 5, Bd. 2, etc'
+ collection-number: 2.5
+ collection-title: Handbuch der Altertumswissenschaft
+ event-place: Munich
+ first-reference-note-number: 1
+ id: 'stotz:1996handbuch'
+ issued:
+ literal: 1996_2004
+ language: German
+ number-of-volumes: 5
+ publisher: Beck
+ publisher-place: Munich
+ source: Library of Congress ISBN
+ title: Handbuch zur lateinischen Sprache des Mittelalters
+ title-short: Handbuch
+ type: book
+---
+
+[@stotz:1996handbuch]
+^D
+(Stotz 1996--2004)
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-stotz:1996handbuch .csl-entry}
+Stotz, Peter. 1996--2004. *Handbuch zur lateinischen Sprache des
+Mittelalters*. 5 vols. Handbuch der Altertumswissenschaft 2.5. Munich:
+Beck.
+:::
+:::
+```