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.
473 B
473 B
% pandoc --citeproc -t markdown-citations
---
csl: 'command/chicago-note-bibliography.csl'
references:
- author:
family: Author
given:
- Ann
container-title: Journal
id: item1
issued:
- year: 2011
title: Title
type: 'article-newspaper'
---
Foo [@item1].
^D
Foo.[^1]
:::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-item1 .csl-entry}
Author, Ann. "Title." *Journal*, 2011.
:::
::::
[^1]: Author, "Title."