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.
This commit is contained in:
John MacFarlane
2020-12-04 10:55:48 -08:00
parent 68bcddeb21
commit dc3ef5201f
2 changed files with 10 additions and 3 deletions
+4 -2
View File
@@ -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}
:::
:::