aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-250.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-250.md')
-rw-r--r--test/command/pandoc-citeproc-250.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-250.md b/test/command/pandoc-citeproc-250.md
new file mode 100644
index 000000000..48cf68de1
--- /dev/null
+++ b/test/command/pandoc-citeproc-250.md
@@ -0,0 +1,21 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+link-citations: true
+references:
+- author:
+ family: Doe
+ id: doe
+ title: Title
+---
+
+[@doe]
+^D
+([Doe, n.d.](#ref-doe))
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-doe .csl-entry}
+Doe. n.d. "Title."
+:::
+:::
+```