aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-82.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-82.md')
-rw-r--r--test/command/pandoc-citeproc-82.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-82.md b/test/command/pandoc-citeproc-82.md
new file mode 100644
index 000000000..3464ae063
--- /dev/null
+++ b/test/command/pandoc-citeproc-82.md
@@ -0,0 +1,40 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: 'command/chicago-annotated-bibliography.csl'
+references:
+- URL: 'https://www.worldcat.org/'
+ accessed:
+ date-parts:
+ - - 2014
+ - 9
+ - 19
+ author:
+ - literal: OCLC
+ first-reference-note-number: 1
+ id: OCLC_i1099
+ title: WorldCat
+ type: webpage
+---
+
+Title
+=====
+
+Some text.[^1]
+
+[^1]: Comment regarding text, supported by citation [@OCLC_i1099]
+^D
+Title
+=====
+
+Some text.[^1]
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-OCLC_i1099 .csl-entry}
+OCLC. "WorldCat." Accessed September 19, 2014.
+<https://www.worldcat.org/>.
+:::
+:::
+
+[^1]: Comment regarding text, supported by citation (OCLC, "WorldCat.")
+```