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.
471 B
471 B
% pandoc --citeproc -t markdown-citations
---
csl: 'command/zeitschrift-fur-kunstgeschichte.csl'
references:
- editor:
- family: Nietzsche
given: Friedrich
id: Nie72
issued:
- year: 1872
title: Die geburt
type: book
---
@Nie72
^D
Friedrich Nietzsche (ed.)[^1]
:::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-Nie72 .csl-entry}
Nietzsche, Friedrich (ed.), *Die geburt*, 1872.
:::
::::
[^1]: *Die geburt*, 1872.