summaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-250.md
blob: cfbf754e3d1b54b7088c2c1dcd2a3c3158db828b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
```
% pandoc --citeproc -t markdown-citations
---
link-citations: true
references:
- author:
    family: Doe
  id: doe
  title: Title
---

[@doe]
^D
([Doe, n.d.](#ref-doe))

:::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-doe .csl-entry}
Doe. n.d. "Title."
:::
::::
```