aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-437.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-437.md')
-rw-r--r--test/command/pandoc-citeproc-437.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-437.md b/test/command/pandoc-citeproc-437.md
new file mode 100644
index 000000000..91b3cbbcf
--- /dev/null
+++ b/test/command/pandoc-citeproc-437.md
@@ -0,0 +1,23 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: command/issue437.csl
+references:
+- author:
+ - family: Smith
+ given: John
+ id: hirt2009
+ issued:
+ - year: 2009
+ publisher: Publishing House
+ publisher-place: Lausanne
+ title: Some Book
+ type: book
+---
+
+> Here is a quote. [@hirt2009]
+^D
+> Here is a quote.[^1]
+
+[^1]: John Smith, Some Book, Lausanne, 2009
+```