mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
Outer divs have longer fences. This aids clarity for the reader, making it easier to see where the div ends. It also makes the output compatible with some other implementations, e.g. micromark, which require different-width fences for nesting. Closes #9450.
779 B
779 B
% 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.