Files
pandoc/test/command/7219.md
John MacFarlane f4eca1f3fb Use latest dev citeproc and update the default CSL...
from the latest chicago-author-date.csl. (Note that this goes
from the 17th to the 18th edition.)

Update tests.
2025-07-20 00:12:15 -07:00

26 lines
515 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
```
% 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: 16890.
```