Files
pandoc/test/command/pandoc-citeproc-57.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

838 B

% pandoc --citeproc -t markdown-citations
---
csl: 'command/chicago-author-date-with-original-date-and-status.csl'
references:
- author:
  - family: Faraday
    given: Carry
  container-title: Seven Trips beyond the Asteroid Belt
  editor:
  - family: Oring
    given: James
  id: 'Faraday-forthcoming'
  publisher: Launch Press
  publisher-place: 'Cape Canaveral, FL'
  status: forthcoming
  title: Protean photography
  type: chapter
---

[@Faraday-forthcoming]

References
==========
^D
(Faraday, forthcoming)

# References {#references .unnumbered}

:::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-Faraday-forthcoming .csl-entry}
Faraday, Carry. Forthcoming. "Protean Photography." In *Seven Trips
Beyond the Asteroid Belt*, edited by James Oring. Cape Canaveral, FL:
Launch Press.
:::
::::