aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-351.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-351.md')
-rw-r--r--test/command/pandoc-citeproc-351.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-351.md b/test/command/pandoc-citeproc-351.md
new file mode 100644
index 000000000..24cc8f99f
--- /dev/null
+++ b/test/command/pandoc-citeproc-351.md
@@ -0,0 +1,27 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: 'command/zeitschrift-fur-kunstgeschichte.csl'
+references:
+- editor:
+ - family: Nietzsche
+ given: Friedrich
+ id: Nie72
+ issued:
+ - year: 1872
+ title: Die geburt
+ type: book
+---
+
+@Nie72
+^D
+Friedrich Nietzsche (ed.)[^1]
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-Nie72 .csl-entry}
+Nietzsche, Friedrich (ed.), *Die geburt*, 1872.
+:::
+:::
+
+[^1]: *Die geburt*, 1872.
+```