File tree 2 files changed +33
-4
lines changed 2 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 4
4
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/extensions/" ,
5
5
"type" : " array" ,
6
6
"items" : {
7
- "oneOf " : [
7
+ "anyOf " : [
8
8
{
9
- "$ref" : " extensions/markdown.json "
9
+ "$ref" : " #/$defs/external "
10
10
},
11
11
{
12
- "$ref" : " extensions/pymdownx.json "
12
+ "$ref" : " #/$defs/external-community "
13
13
}
14
14
]
15
15
},
16
16
"uniqueItems" : true ,
17
- "minItems" : 1
17
+ "minItems" : 1 ,
18
+ "$defs" : {
19
+ "external" : {
20
+ "description" : " External markdown extensions, schema provided by us" ,
21
+ "anyOf" : [
22
+ {
23
+ "$ref" : " extensions/markdown.json"
24
+ },
25
+ {
26
+ "$ref" : " extensions/pymdownx.json"
27
+ }
28
+ ]
29
+ },
30
+ "external-community" : {
31
+ "description" : " External markdown extensions, schema provided by our community" ,
32
+ "anyOf" : [
33
+ {
34
+ "$ref" : " https://raw.githubusercontent.com/Neoteroi/mkdocs-plugins/main/docs/extensions-schema.json"
35
+ }
36
+ ]
37
+ }
38
+ }
18
39
}
Original file line number Diff line number Diff line change 59
59
" md_in_html"
60
60
]
61
61
},
62
+ {
63
+ "title" : " Sane Lists – Python Markdown" ,
64
+ "markdownDescription" : " https://python-markdown.github.io/extensions/sane_lists/" ,
65
+ "enum" : [
66
+ " markdown.extensions.sane_lists" ,
67
+ " sane_lists"
68
+ ]
69
+ },
62
70
{
63
71
"title" : " Tables – Python Markdown" ,
64
72
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables" ,
You can’t perform that action at this time.
0 commit comments