aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-250.md
blob: 48cf68de1138d343e2a78c17c869c23d42e6829a (plain)
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}
::: {#ref-doe .csl-entry}
Doe. n.d. "Title."
:::
:::
```