From 1be0f0fba8d860b960e79442a891fce6b1aca192 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 7 Oct 2020 23:03:14 -0700 Subject: Use double quotes for YAML metadata. Closes #6727. --- test/command/biblatex-textnormal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/command/biblatex-textnormal.md') diff --git a/test/command/biblatex-textnormal.md b/test/command/biblatex-textnormal.md index c70e9d6d4..0aa5550c3 100644 --- a/test/command/biblatex-textnormal.md +++ b/test/command/biblatex-textnormal.md @@ -6,10 +6,10 @@ ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - id: item1 - title: 'The title [of this book]{.nodecor}' + title: "The title [of this book]{.nodecor}" type: book --- -- cgit v1.2.3