mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-24 16:35:42 +00:00
from the latest chicago-author-date.csl. (Note that this goes from the 17th to the 18th edition.) Update tests.
466 B
466 B
% pandoc --citeproc -t markdown-citations
---
references:
- author:
family: Author
given:
- Ann
container-title: Journal
id: item1
issued:
- day: 24
month: 9
year: 2011
- day: 26
month: 9
year: 2011
title: Title
type: 'article-magazine'
---
@item1
^D
Author (2011)
:::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-item1 .csl-entry}
Author, Ann. 2011. "Title." *Journal*, September 24--26.
:::
::::