From 7d799bfcda749e4a3ad6fcae59ac5ccb80b77ffd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 15 Dec 2020 08:51:43 -0800 Subject: 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. --- test/command/6951.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/command/6951.md (limited to 'test/command/6951.md') diff --git a/test/command/6951.md b/test/command/6951.md new file mode 100644 index 000000000..4a6301d80 --- /dev/null +++ b/test/command/6951.md @@ -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. +``` -- cgit v1.2.3