aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-118.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-118.md')
-rw-r--r--test/command/pandoc-citeproc-118.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-118.md b/test/command/pandoc-citeproc-118.md
new file mode 100644
index 000000000..063bb6bbf
--- /dev/null
+++ b/test/command/pandoc-citeproc-118.md
@@ -0,0 +1,28 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- director:
+ family: Hitchcock
+ given: Alfred
+ id: nbn
+ issued:
+ year: 1959
+ language: 'en-US'
+ publisher: 'Metro-Goldwyn-Mayer'
+ publisher-place: USA
+ title: North by Northwest
+ type: motion_picture
+---
+
+[@nbn] is a spy thriller film.
+^D
+(Hitchcock 1959) is a spy thriller film.
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-nbn .csl-entry}
+Hitchcock, Alfred, dir. 1959. *North by Northwest*. USA:
+Metro-Goldwyn-Mayer.
+:::
+:::
+```