b0cd6c6224
If inline references are used (in the metadata `references` field), we should still only include in the bibliography items that are actually cited -- unless `nocite` is used. Closes #7376.
16 lines
167 B
Markdown
16 lines
167 B
Markdown
```
|
|
% pandoc --citeproc -t plain
|
|
---
|
|
references:
|
|
- id: item1
|
|
type: book
|
|
author:
|
|
- family: Doe
|
|
given: Jane
|
|
issued: 2020
|
|
title: The title
|
|
...
|
|
^D
|
|
|
|
|
|
```
|