extensions.json (400B)
1 { 2 "$schema": "https://json-schema.org/draft-07/schema", 3 "title": "Markdown extensions", 4 "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/", 5 "type": "array", 6 "items": { 7 "oneOf": [ 8 { 9 "$ref": "extensions/markdown.json" 10 }, 11 { 12 "$ref": "extensions/pymdownx.json" 13 } 14 ] 15 }, 16 "uniqueItems": true, 17 "minItems": 1 18 }