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

631 B
Raw Permalink Blame History

% pandoc --citeproc -t markdown-citations
---
lang: 'fr-FR'
references:
- author:
  - family: Bazin
    given: André
  container-title: Cahiers du cinéma
  id: bazin_cybernetique_1954
  issue: 36
  issued:
    date-parts:
    - - 1954
      - 6
  page: '22-27'
  title: 'La Cybernétique d''André Cayatte'
  type: 'article-journal'
---

Bonjour[@bazin_cybernetique_1954] !
^D
Bonjour(Bazin 1954) !

:::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-bazin_cybernetique_1954 .csl-entry}
Bazin, André. 1954. « La Cybernétique d'André Cayatte ». *Cahiers du
cinéma*, nᵒ 36 (juin): 2227.
:::
::::