From 2d62ccb8157af0b75b39835224049b36d8eaf7fd Mon Sep 17 00:00:00 2001 From: Xuefeng Xu <41134380+xuefeng-xu@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:11:32 +0300 Subject: [PATCH] Fix YAML key from 'editors' to 'editor' --- docs/authoring/create-citeable-articles.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/authoring/create-citeable-articles.qmd b/docs/authoring/create-citeable-articles.qmd index 564a32f147..e06fd930bb 100644 --- a/docs/authoring/create-citeable-articles.qmd +++ b/docs/authoring/create-citeable-articles.qmd @@ -253,13 +253,13 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie [^2]: Specify one or more editors using one of the following: ``` yaml - editors: Norah Jones + editor: Norah Jones ``` or multiple values like: ``` yaml - editors: + editor: - Norah Jones - Nick Fury ```