aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-13.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-13.md')
-rw-r--r--test/command/pandoc-citeproc-13.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-13.md b/test/command/pandoc-citeproc-13.md
new file mode 100644
index 000000000..7d05aee0a
--- /dev/null
+++ b/test/command/pandoc-citeproc-13.md
@@ -0,0 +1,29 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: 'command/chicago-note-bibliography.csl'
+references:
+- author:
+ family: Author
+ given:
+ - Ann
+ container-title: Journal
+ id: item1
+ issued:
+ - year: 2011
+ title: Title
+ type: 'article-newspaper'
+---
+
+Foo [@item1].
+^D
+Foo.[^1]
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-item1 .csl-entry}
+Author, Ann. "Title." *Journal*, 2011.
+:::
+:::
+
+[^1]: Author, "Title."
+```