mirror of http://git.sairate.top/sairate/doc.git
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
|
||
|
}
|