aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-64.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-64.md')
-rw-r--r--test/command/pandoc-citeproc-64.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-64.md b/test/command/pandoc-citeproc-64.md
new file mode 100644
index 000000000..277b3756d
--- /dev/null
+++ b/test/command/pandoc-citeproc-64.md
@@ -0,0 +1,24 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+bibliography:
+- command/biblio.bib
+nocite: '[@*]'
+---
+
+^D
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-item1 .csl-entry}
+Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press.
+:::
+
+::: {#ref-item2 .csl-entry}
+---------. 2006. "Article." *Journal of Generic Studies* 6: 33--34.
+:::
+
+::: {#ref-пункт3 .csl-entry}
+Doe, John, and Jenny Roe. 2007. "Why Water Is Wet." In *Third Book*,
+edited by Sam Smith. Oxford: Oxford University Press.
+:::
+:::
+```