mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-31 03:43:46 +01:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
120a9be634
@ -4,7 +4,21 @@
|
|||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/$defs/external"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/$defs/external-community"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uniqueItems": true,
|
||||||
|
"minItems": 1,
|
||||||
|
"$defs": {
|
||||||
|
"external": {
|
||||||
|
"description": "External markdown extensions, schema provided by us",
|
||||||
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"$ref": "extensions/markdown.json"
|
"$ref": "extensions/markdown.json"
|
||||||
},
|
},
|
||||||
@ -13,6 +27,13 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uniqueItems": true,
|
"external-community": {
|
||||||
"minItems": 1
|
"description": "External markdown extensions, schema provided by our community",
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"$ref": "https://raw.githubusercontent.com/Neoteroi/mkdocs-plugins/main/docs/extensions-schema.json"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,14 @@
|
|||||||
"md_in_html"
|
"md_in_html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Sane Lists – Python Markdown",
|
||||||
|
"markdownDescription": "https://python-markdown.github.io/extensions/sane_lists/",
|
||||||
|
"enum": [
|
||||||
|
"markdown.extensions.sane_lists",
|
||||||
|
"sane_lists"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Tables – Python Markdown",
|
"title": "Tables – Python Markdown",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user