Files
pandoc/test/command/pandoc-citeproc-360.md
John MacFarlane bf674e8ddd Markdown writer: use different width fences for nested divs.
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.
2024-02-12 10:05:36 -08:00

762 B

% pandoc --citeproc -t markdown-citations
---
csl: 'command/chicago-fullnote-bibliography.csl'
references:
- author:
  - family: 'L''Estrange'
    given: Michael
  - family: Merchant
    given: Stephen
  id: lestrange2017
  issued:
  - day: 18
    month: 7
    year: 2017
  language: 'en-US'
  title: 2017 Independent Intelligence Review
  title-short: Independent Intelligence Review
  type: report
---

[@lestrange2017]
^D
[^1]

:::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-lestrange2017 .csl-entry}
L'Estrange, Michael, and Stephen Merchant. "2017 Independent
Intelligence Review," July 18, 2017.
:::
::::

[^1]: Michael L'Estrange and Stephen Merchant, "2017 Independent
    Intelligence Review," July 18, 2017.