mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-24 16:35:42 +00:00
from the latest chicago-author-date.csl. (Note that this goes from the 17th to the 18th edition.) Update tests.
287 B
287 B
% pandoc --citeproc -t markdown-citations
---
link-citations: true
references:
- author:
family: Doe
id: doe
title: Title
---
[@doe]
^D
([Doe, n.d.](#ref-doe))
:::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-doe .csl-entry}
Doe. n.d. *Title*.
:::
::::