Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/authoring/create-citeable-articles.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down