blob: 4a6301d80b7e392cb70de03ddff04683929bd919 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
```
% pandoc --citeproc -t plain --bibliography command/biblio.bib
---
references:
- id: foo
title: Crazy
type: book
...
[@foo; @item1]
^D
(Crazy, n.d.; Doe 2005)
Crazy. n.d.
Doe, John. 2005. First Book. Cambridge: Cambridge University Press.
```
|