mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
from the latest chicago-author-date.csl. (Note that this goes from the 17th to the 18th edition.) Update tests.
19 lines
244 B
Markdown
19 lines
244 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 University Press.
|
|
```
|