mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-23 07:55:45 +00:00
from the latest chicago-author-date.csl. (Note that this goes from the 17th to the 18th edition.) Update tests.
422 B
422 B
% pandoc --citeproc -t markdown-citations
---
references:
- author:
- family: Doe
given: Ann
- family: Doe
given: Ben
- family: Roe
given: Ron
id: a
issued:
date-parts:
- - 2007
title: Title
type: 'article-journal'
---
@a
^D
Doe et al. (2007)
:::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-a .csl-entry}
Doe, Ann, Ben Doe, and Ron Roe. 2007. *Title*.
:::
::::