Skip to content

Commit 7c199a5

Browse files
[Sync to prerelease] Fix YAML key from 'editors' to 'editor' (#2114)
(cherry picked from commit e0d79cf) Co-authored-by: Xuefeng Xu <41134380+xuefeng-xu@users.noreply.github.com>
1 parent 6944f57 commit 7c199a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/authoring/create-citeable-articles.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie
253253
[^2]: Specify one or more editors using one of the following:
254254
255255
``` yaml
256-
editors: Norah Jones
256+
editor: Norah Jones
257257
```
258258
259259
or multiple values like:
260260
261261
``` yaml
262-
editors:
262+
editor:
263263
- Norah Jones
264264
- Nick Fury
265265
```

0 commit comments

Comments
 (0)