aboutsummaryrefslogtreecommitdiff
path: root/test/command/7376.md
blob: 229c61cfb75d1807fc9bb319bfbee61d21d5eb20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc --citeproc -t plain
---
references:
- id: item1
  type: book
  author:
    - family: Doe
      given: Jane
  issued: 2020
  title: The title
...
^D


```