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

845 B

% pandoc --citeproc -t markdown-citations
---
csl: command/apa.csl
references:
- author:
  - family: Doe
    given: John
  id: test
  issued:
    date-parts:
    - - 2006
  title: Test
  type: 'article-journal'
  volume: 81
---

[@test, p. 6]

[@test, chap. 6]

[@test, n. 6]

[@test, pp. 34-36, 38-39]

[@test, sec. 3]

[@test, p.3]

[@test, 33-35, 38-39]

[@test, 14]

[@test bk. VI]

[@test, no. 6]

[@test, nos. 6 and 7]
^D
(Doe, 2006, p. 6)

(Doe, 2006, Chapter 6)

(Doe, 2006, n. 6)

(Doe, 2006, pp. 34--36, 38--39)

(Doe, 2006, sec. 3)

(Doe, 2006, p. 3)

(Doe, 2006, pp. 33--35, 38--39)

(Doe, 2006, p. 14)

(Doe, 2006, bk. VI)

(Doe, 2006, no. 6)

(Doe, 2006, no. 6 and 7)

:::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0" line-spacing="2"}
::: {#ref-test .csl-entry}
Doe, J. (2006). Test, *81*.
:::
::::