aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-356.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-356.md')
-rw-r--r--test/command/pandoc-citeproc-356.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-356.md b/test/command/pandoc-citeproc-356.md
new file mode 100644
index 000000000..4463ef63f
--- /dev/null
+++ b/test/command/pandoc-citeproc-356.md
@@ -0,0 +1,25 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- author:
+ - family: Alice
+ id: foo
+ issued:
+ - year: 2042
+ other-ids:
+ - bar
+ - doz
+ type: book
+---
+
+[@bar]
+^D
+(Alice 2042)
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-foo .csl-entry}
+Alice. 2042.
+:::
+:::
+```