aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-322.md
blob: c70eae755e5d3a10e9117097af4bf23db54bdd3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
```
% pandoc --citeproc -t markdown-citations
---
csl: command/annales.csl
references:
- author:
  - family: Timmory
    given: François
  container-title: 'L''Écran français'
  id: timmory\_\_justice_1950
  issue: 272
  issued:
  - day: 25
    month: 9
    year: 1950
  language: 'fr-FR'
  page: 12
  title: '*Justice est faite* : soyons justes'
  type: 'article-journal'
---

Foo [@timmory__justice_1950].
^D
Foo.[^1]

::: {#refs .references .csl-bib-body}
::: {#ref-timmory__justice_1950 .csl-entry}
François [Timmory]{.smallcaps}, « *Justice est faite* : soyons justes »,
*L'Écran français*, 1950, nᵒ 272, p. 12.
:::
:::

[^1]: François [Timmory]{.smallcaps}, « *Justice est faite* : soyons
    justes », *L'Écran français*, 1950, nᵒ 272, p. 12.
```