mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 15:35:48 +00:00
from the latest chicago-author-date.csl. (Note that this goes from the 17th to the 18th edition.) Update tests.
489 B
489 B
% pandoc --citeproc -t markdown-citations
---
references:
- author:
- family: Author
given: Al
id: item1
issued:
date-parts:
- - 1998
title: 'foo bar baz: bazbaz foo'
type: 'article-journal'
---
Foo [@item1].
References {#references .unnumbered}
==========
^D
Foo (Author 1998).
# References {#references .unnumbered}
:::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-item1 .csl-entry}
Author, Al. 1998. *Foo Bar Baz: Bazbaz Foo*.
:::
::::