aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-356.md
blob: 4463ef63f37dc47b2206ad500722ea91a0918074 (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
```
% pandoc --citeproc -t markdown-citations
---
references:
- author:
  - family: Alice
  id: foo
  issued:
  - year: 2042
  other-ids:
  - bar
  - doz
  type: book
---

[@bar]
^D
(Alice 2042)

::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-foo .csl-entry}
Alice. 2042.
:::
:::
```