aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-7.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-7.md')
-rw-r--r--test/command/pandoc-citeproc-7.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-7.md b/test/command/pandoc-citeproc-7.md
new file mode 100644
index 000000000..7d68ff566
--- /dev/null
+++ b/test/command/pandoc-citeproc-7.md
@@ -0,0 +1,31 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- author:
+ family: Author
+ given:
+ - Ann
+ container-title: Journal
+ id: item1
+ issued:
+ - day: 24
+ month: 9
+ year: 2011
+ - day: 26
+ month: 9
+ year: 2011
+ title: Title
+ type: 'article-magazine'
+---
+
+@item1
+^D
+Author (2011)
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-item1 .csl-entry}
+Author, Ann. 2011. "Title." *Journal*, September 24--26, 2011.
+:::
+:::
+```