20 lines
243 B
Markdown
20 lines
243 B
Markdown
```
|
|
% pandoc --citeproc -t markdown-citations
|
|
---
|
|
references:
|
|
- author:
|
|
- family: Alice
|
|
id: foo
|
|
issued:
|
|
- year: 2042
|
|
other-ids:
|
|
- bar
|
|
- doz
|
|
type: book
|
|
---
|
|
|
|
[@bar]
|
|
^D
|
|
2> [WARNING] Citeproc: citation bar not found
|
|
(**bar?**)
|
|
```
|