Skip to content

Update allowed values of contributes in _extension.yml docs #13162

@cwickham

Description

@cwickham

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.

export type Contributes =
| "shortcodes"
| "filters"
| "formats"
| "project"
| "revealjs-plugins"
| "metadata";

Metadata

Metadata

Assignees

Labels

documentationDoc improvements & quarto-webextensionsrelates to Quarto extensions mechanism

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions