mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-05 07:05:44 +00:00
from the latest chicago-author-date.csl. (Note that this goes from the 17th to the 18th edition.) Update tests.
26 lines
515 B
Markdown
26 lines
515 B
Markdown
```
|
||
% pandoc --citeproc -t plain
|
||
---
|
||
references:
|
||
- author:
|
||
- family: Reese
|
||
given: Trevor R.
|
||
collection-title: 3rd series
|
||
container-title: William and Mary Quarterly
|
||
id: reese
|
||
issued: 1958
|
||
language: en-US
|
||
page: 168-190
|
||
title: Georgia in Anglo-Spanish diplomacy, 1736-1739
|
||
type: article-journal
|
||
volume: 15
|
||
...
|
||
and also in -@reese
|
||
^D
|
||
and also in (1958)
|
||
|
||
Reese, Trevor R. 1958. “Georgia in Anglo-Spanish Diplomacy, 1736-1739.”
|
||
William and Mary Quarterly, 3rd series, vol. 15: 168–90.
|
||
|
||
```
|