File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
{
12
12
"$ref" : " extensions/pymdownx.json"
13
+ },
14
+ {
15
+ "$ref" : " extensions/external/neoteroi.json"
13
16
}
14
17
]
15
18
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://json-schema.org/draft-07/schema" ,
3
+ "title" : " Neoteroi markdown extensions" ,
4
+ "markdownDescription" : " https://www.neoteroi.dev/mkdocs-plugins" ,
5
+ "oneOf" : [
6
+ {
7
+ "title" : " Cards – Neoteroi Markdown" ,
8
+ "markdownDescription" : " https://www.neoteroi.dev/mkdocs-plugins/cards/" ,
9
+ "const" : " neoteroi.cards"
10
+ },
11
+ {
12
+ "title" : " Timeline – Neoteroi Markdown" ,
13
+ "markdownDescription" : " https://www.neoteroi.dev/mkdocs-plugins/timeline/" ,
14
+ "const" : " neoteroi.timeline"
15
+ },
16
+ {
17
+ "title" : " Gantt – Neoteroi Markdown" ,
18
+ "markdownDescription" : " https://www.neoteroi.dev/mkdocs-plugins/gantt/" ,
19
+ "const" : " neoteroi.projects"
20
+ },
21
+ {
22
+ "title" : " Spantable – Neoteroi Markdown" ,
23
+ "markdownDescription" : " https://www.neoteroi.dev/mkdocs-plugins/spantable/" ,
24
+ "const" : " neoteroi.spantable"
25
+ }
26
+ ]
27
+ }
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