From 68b298ed9aee405033da9a2b44ae86f2241a123d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Nov 2020 10:51:26 -0800 Subject: Improve period suppression algorithm for citations in notes... in note citation styles. See #6835. --- test/command/pandoc-citeproc-82.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/command') diff --git a/test/command/pandoc-citeproc-82.md b/test/command/pandoc-citeproc-82.md index 3464ae063..332140ed3 100644 --- a/test/command/pandoc-citeproc-82.md +++ b/test/command/pandoc-citeproc-82.md @@ -22,7 +22,7 @@ Title Some text.[^1] -[^1]: Comment regarding text, supported by citation [@OCLC_i1099] +[^1]: Comment regarding text, supported by citation [@OCLC_i1099]. ^D Title ===== @@ -36,5 +36,5 @@ OCLC. "WorldCat." Accessed September 19, 2014. ::: ::: -[^1]: Comment regarding text, supported by citation (OCLC, "WorldCat.") +[^1]: Comment regarding text, supported by citation (OCLC, "WorldCat"). ``` -- cgit v1.2.3