aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-356.md
blob: b4f998daede6974cc89fdd154df7acd4c53c9997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
```
% pandoc --citeproc -t markdown-citations
---
references:
- author:
  - family: Alice
  id: foo
  issued:
  - year: 2042
  other-ids:
  - bar
  - doz
  type: book
---

[@bar]
^D
[WARNING] Citeproc: citation bar not found
(**bar?**)
```