pandoc/test/command/6951.md
John MacFarlane 7d799bfcda Allow both inline and external references to be used
with `--citeproc`.  This fixes a regression, since pandoc-citeproc
allowed these to be combined.

Closes #6951.
2020-12-15 08:51:43 -08:00

18 lines
255 B
Markdown

```
% 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.
```