aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-38.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-38.md')
-rw-r--r--test/command/pandoc-citeproc-38.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-38.md b/test/command/pandoc-citeproc-38.md
new file mode 100644
index 000000000..fae4e49fd
--- /dev/null
+++ b/test/command/pandoc-citeproc-38.md
@@ -0,0 +1,29 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- author:
+ - family: Doe
+ given: Ann
+ - family: Doe
+ given: Ben
+ - family: Roe
+ given: Ron
+ id: a
+ issued:
+ date-parts:
+ - - 2007
+ title: Title
+ type: 'article-journal'
+---
+
+@a
+^D
+Doe, Doe, and Roe (2007)
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-a .csl-entry}
+Doe, Ann, Ben Doe, and Ron Roe. 2007. "Title."
+:::
+:::
+```