aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-82.md
blob: 3464ae063e7fc2d8e0b4e270ebdd5d87f6b74570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.")
```