mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
"title": "Markdown extensions",
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/",
|
|
"type": "array",
|
|
"items": {
|
|
"oneOf": [
|
|
{
|
|
"$ref": "extensions/markdown.json"
|
|
},
|
|
{
|
|
"$ref": "extensions/pymdownx.json"
|
|
}
|
|
]
|
|
},
|
|
"uniqueItems": true,
|
|
"minItems": 1
|
|
}
|