aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-57.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-57.md')
-rw-r--r--test/command/pandoc-citeproc-57.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-57.md b/test/command/pandoc-citeproc-57.md
new file mode 100644
index 000000000..4232e1ef8
--- /dev/null
+++ b/test/command/pandoc-citeproc-57.md
@@ -0,0 +1,38 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: 'command/chicago-author-date-with-original-date-and-status.csl'
+references:
+- author:
+ - family: Faraday
+ given: Carry
+ container-title: Seven Trips beyond the Asteroid Belt
+ editor:
+ - family: Oring
+ given: James
+ id: 'Faraday-forthcoming'
+ publisher: Launch Press
+ publisher-place: 'Cape Canaveral, FL'
+ status: forthcoming
+ title: Protean photography
+ type: chapter
+---
+
+[@Faraday-forthcoming]
+
+References
+==========
+^D
+(Faraday, forthcoming)
+
+References {#references .unnumbered}
+==========
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-Faraday-forthcoming .csl-entry}
+Faraday, Carry. Forthcoming. "Protean Photography." In *Seven Trips
+Beyond the Asteroid Belt*, edited by James Oring. Cape Canaveral, FL:
+Launch Press.
+:::
+:::
+```