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-formatting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/command/biblatex-formatting.md') diff --git a/test/command/biblatex-formatting.md b/test/command/biblatex-formatting.md index 1fbd5a6a1..ab6205d16 100644 --- a/test/command/biblatex-formatting.md +++ b/test/command/biblatex-formatting.md @@ -10,13 +10,13 @@ } ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - id: item1 - title: 'The title: *Italics*, **bold**, ~subscript~, ^superscript^, - [small-caps]{.smallcaps}' + title: "The title: *Italics*, **bold**, ~subscript~, ^superscript^, + [small-caps]{.smallcaps}" title-short: The title - type: 'article-journal' + type: "article-journal" --- -- cgit v1.2.3