mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
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.
This commit is contained in:
@@ -0,0 +1,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.
|
||||
```
|
||||
Reference in New Issue
Block a user