aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-392.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-392.md')
-rw-r--r--test/command/pandoc-citeproc-392.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-392.md b/test/command/pandoc-citeproc-392.md
new file mode 100644
index 000000000..5b0be6eb7
--- /dev/null
+++ b/test/command/pandoc-citeproc-392.md
@@ -0,0 +1,29 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: command/vancouver.csl
+references:
+- author:
+ - family: James
+ given: M.R.C.E.L.
+ id: james
+- author:
+ - family: MacFarlane
+ given: J. G.
+ id: macfarlane
+---
+
+@james; @macfarlane
+^D
+(1); (2)
+
+::: {#refs .references .csl-bib-body}
+::: {#ref-james .csl-entry}
+[1. ]{.csl-left-margin}[James MRCEL. ]{.csl-right-inline}
+:::
+
+::: {#ref-macfarlane .csl-entry}
+[2. ]{.csl-left-margin}[MacFarlane JG. ]{.csl-right-inline}
+:::
+:::
+```