We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228599b commit d373e7aCopy full SHA for d373e7a
docs/conventions.md
@@ -46,6 +46,11 @@ that is associated with them is not available unless explicitly enabled.
46
This symbol denotes that the thing described is a metadata property, which can
47
be used in Markdown documents as part of the front matter definition.
48
49
+### <!-- md:flag multiple --> – Metadata property { #metadata data-toc-label="Multiple instances" }
50
+
51
+This symbol denotes that the plugin supports multiple instances, i.e, that it
52
+can be used multiple times in the `plugins` setting in `mkdocs.yml`.
53
54
### <!-- md:feature --> – Optional feature { #feature data-toc-label="Optional feature" }
55
56
Most of the features are hidden behind feature flags, which means they must
0 commit comments