-
Notifications
You must be signed in to change notification settings - Fork 383
Open
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-webextensionsrelates to Quarto extensions mechanismrelates to Quarto extensions mechanism
Milestone
Description
In the _extension.yml
docs, the current list of allowed values for contributes
is shortcodes
, filters
, and formats
.
I think the missing values are: project
, metadata
, and revealjs-plugin
, (and as of 1.8) brand
.
quarto-cli/src/extension/types.ts
Lines 21 to 27 in 7c8fd21
export type Contributes = | |
| "shortcodes" | |
| "filters" | |
| "formats" | |
| "project" | |
| "revealjs-plugins" | |
| "metadata"; |
Metadata
Metadata
Assignees
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-webextensionsrelates to Quarto extensions mechanismrelates to Quarto extensions mechanism