From 810ea6fdf831a004da5f4731153ea3ac61af634c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 24 Sep 2020 09:55:32 -0700 Subject: Citeproc: Insert space after csl-left-margin span contents... if they come before csl-right-inline. This ensures that the citation number or label will be separated from the rest by a space, even in formats (like plain) that don't yet have special handling for the display spans. --- test/command/pandoc-citeproc-ieee.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/command/pandoc-citeproc-ieee.md') diff --git a/test/command/pandoc-citeproc-ieee.md b/test/command/pandoc-citeproc-ieee.md index 653e1e0b5..17ade2aae 100644 --- a/test/command/pandoc-citeproc-ieee.md +++ b/test/command/pandoc-citeproc-ieee.md @@ -88,17 +88,17 @@ References {#references .unnumbered} ::: {#refs .references .csl-bib-body} ::: {#ref-item1 .csl-entry} -[\[1\]]{.csl-left-margin}[J. Doe, *First book*. Cambridge: Cambridge +[\[1\] ]{.csl-left-margin}[J. Doe, *First book*. Cambridge: Cambridge University Press, 2005.]{.csl-right-inline} ::: ::: {#ref-item2 .csl-entry} -[\[2\]]{.csl-left-margin}[J. Doe, "Article," *Journal of Generic +[\[2\] ]{.csl-left-margin}[J. Doe, "Article," *Journal of Generic Studies*, vol. 6, pp. 33--34, 2006.]{.csl-right-inline} ::: ::: {#ref-пункт3 .csl-entry} -[\[3\]]{.csl-left-margin}[J. Doe and J. Roe, "Why water is wet," in +[\[3\] ]{.csl-left-margin}[J. Doe and J. Roe, "Why water is wet," in *Third book*, S. Smith, Ed. Oxford: Oxford University Press, 2007.]{.csl-right-inline} ::: -- cgit v1.2.3