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

423 B

% pandoc --citeproc -t markdown-citations
---
references:
- author:
  - family: Smith
    given: John
  id: item1
  type: book
- author:
  - family: Smith
    given: John
  id: item2
  type: book
---

[@item1; @item2]
^D
(Smith, n.d.-a, n.d.-b)

::::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-item1 .csl-entry}
Smith, John. n.d.-a.
:::

::: {#ref-item2 .csl-entry}
Smith, John. n.d.-b.
:::
:::::