aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-386.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-386.md')
-rw-r--r--test/command/pandoc-citeproc-386.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-386.md b/test/command/pandoc-citeproc-386.md
new file mode 100644
index 000000000..6fab96c07
--- /dev/null
+++ b/test/command/pandoc-citeproc-386.md
@@ -0,0 +1,35 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: 'command/advanced-optical-materials.csl'
+references:
+- DOI: 10.1038/lsa.2012.20
+ ISSN: '2047-7538'
+ author:
+ - family: Ding
+ given: K.
+ - family: Ning
+ given: C. Z.
+ container-title: Light Sci. Appl.
+ id: ding_metallic_2012
+ issue: 7
+ issued:
+ - month: 7
+ year: 2012
+ page: 'e20-e20'
+ title: 'Metallic subwavelength-cavity semiconductor nanolasers'
+ type: 'article-journal'
+ volume: 1
+---
+
+@ding_metallic_2012
+^D
+^\[1\]^
+
+::: {#refs .references .csl-bib-body line-spacing="2"}
+::: {#ref-ding_metallic_2012 .csl-entry}
+[\[1\]]{.csl-left-margin}[K. Ding, C. Z. Ning, *Light Sci. Appl.*
+**2012**, *1*, e20.]{.csl-right-inline}
+:::
+:::
+```