mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 23:15:52 +00:00
from the latest chicago-author-date.csl. (Note that this goes from the 17th to the 18th edition.) Update tests.
423 B
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.
:::
:::::