aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-53.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-04 10:55:48 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-04 10:55:48 -0800
commitdc3ef5201f9531bc405ac07e763d9f004bb6bc91 (patch)
tree0269f0c88a7970becd775eef3a07e995bc6d9d02 /test/command/pandoc-citeproc-53.md
parent68bcddeb2136242aabee716420ecad251fc38920 (diff)
downloadpandoc-dc3ef5201f9531bc405ac07e763d9f004bb6bc91.tar.gz
Markdown writer: ensure that a new csl-block begins on a new line.
This just looks better and doesn't affect the semantics. See #6921.
Diffstat (limited to 'test/command/pandoc-citeproc-53.md')
-rw-r--r--test/command/pandoc-citeproc-53.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/command/pandoc-citeproc-53.md b/test/command/pandoc-citeproc-53.md
index 295f52049..fb8d5c35e 100644
--- a/test/command/pandoc-citeproc-53.md
+++ b/test/command/pandoc-citeproc-53.md
@@ -28,11 +28,13 @@ Doe[^1] Doe[^2] Roe[^3] Roe[^4] Doe[^5] Doe[^6] Roe[^7] Roe[^8]
::: {#refs .references .csl-bib-body}
::: {#ref-a .csl-entry}
-[[Doe J.]{.smallcaps} ]{.csl-block}[2000, *Work A*,.]{.csl-left-margin}
+[[Doe J.]{.smallcaps} ]{.csl-block}
+[2000, *Work A*,.]{.csl-left-margin}
:::
::: {#ref-b .csl-entry}
-[[Roe J.]{.smallcaps} ]{.csl-block}[1990, *Work B*,.]{.csl-left-margin}
+[[Roe J.]{.smallcaps} ]{.csl-block}
+[1990, *Work B*,.]{.csl-left-margin}
:::
:::