aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-301.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-301.md')
-rw-r--r--test/command/pandoc-citeproc-301.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-301.md b/test/command/pandoc-citeproc-301.md
new file mode 100644
index 000000000..9d4af0339
--- /dev/null
+++ b/test/command/pandoc-citeproc-301.md
@@ -0,0 +1,25 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- id: test
+ title: Essays presented to N.R. Ker (On Art)
+- id: test2
+ title: '*Test:* An experiment: An abridgement'
+---
+
+@test; @test2
+^D
+"Essays Presented to N.R. Ker (On Art)" (n.d.); "*Test:* An Experiment:
+An Abridgement" (n.d.)
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-test .csl-entry}
+"Essays Presented to N.R. Ker (On Art)." n.d.
+:::
+
+::: {#ref-test2 .csl-entry}
+"*Test:* An Experiment: An Abridgement." n.d.
+:::
+:::
+```