aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-25.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-25.md')
-rw-r--r--test/command/pandoc-citeproc-25.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-25.md b/test/command/pandoc-citeproc-25.md
new file mode 100644
index 000000000..ab0b8c6f8
--- /dev/null
+++ b/test/command/pandoc-citeproc-25.md
@@ -0,0 +1,31 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- author:
+ - family: Author
+ given: Al
+ id: item1
+ issued:
+ date-parts:
+ - - 1998
+ title: 'foo bar baz: bazbaz foo'
+ type: 'article-journal'
+---
+
+Foo [@item1].
+
+References {#references .unnumbered}
+==========
+^D
+Foo (Author 1998).
+
+References {#references .unnumbered}
+==========
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-item1 .csl-entry}
+Author, Al. 1998. "Foo Bar Baz: Bazbaz Foo."
+:::
+:::
+```