Files
pandoc/test/command/pandoc-citeproc-7.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

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.
:::
::::