2022-01-30 20:00:23 +03:00
|
|
|
|
{
|
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
|
|
|
"title": "Markdown extensions",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/",
|
|
|
|
|
"oneOf": [
|
|
|
|
|
{
|
|
|
|
|
"title": "Abbreviations – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#abbreviations",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.abbr",
|
|
|
|
|
"abbr"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Admonition – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#admonition",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.admonition",
|
|
|
|
|
"admonition"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Attribute Lists – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.attr_list",
|
|
|
|
|
"attr_list"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-01-28 16:35:24 +03:00
|
|
|
|
{
|
|
|
|
|
"title": "Markdown extension: a classier syntax for admonitions",
|
|
|
|
|
"markdownDescription": "https://github.com/oprypin/markdown-callouts",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.callouts",
|
|
|
|
|
"callouts"
|
|
|
|
|
]
|
|
|
|
|
},
|
2022-01-30 20:00:23 +03:00
|
|
|
|
{
|
|
|
|
|
"title": "Definition Lists – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#definition-lists",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.def_list",
|
|
|
|
|
"def_list"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Footnotes – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#footnotes",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.footnotes",
|
|
|
|
|
"footnotes"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Markdown in HTML – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.md_in_html",
|
|
|
|
|
"md_in_html"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-11-21 18:01:30 +03:00
|
|
|
|
{
|
|
|
|
|
"title": "Sane Lists – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://python-markdown.github.io/extensions/sane_lists/",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.sane_lists",
|
|
|
|
|
"sane_lists"
|
|
|
|
|
]
|
|
|
|
|
},
|
2022-01-30 20:00:23 +03:00
|
|
|
|
{
|
|
|
|
|
"title": "Tables – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.tables",
|
|
|
|
|
"tables"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"oneOf": [
|
|
|
|
|
{
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"toc": {
|
2023-10-06 10:53:01 +03:00
|
|
|
|
"$ref": "#/$defs/toc"
|
2022-01-30 20:00:23 +03:00
|
|
|
|
},
|
|
|
|
|
"markdown.extensions.toc": {
|
2023-10-06 10:53:01 +03:00
|
|
|
|
"$ref": "#/$defs/toc"
|
2022-01-30 20:00:23 +03:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Table Of Contents – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents",
|
|
|
|
|
"enum": [
|
|
|
|
|
"markdown.extensions.toc",
|
|
|
|
|
"toc"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2023-10-06 10:53:01 +03:00
|
|
|
|
"$defs": {
|
2022-01-30 20:00:23 +03:00
|
|
|
|
"toc": {
|
|
|
|
|
"title": "Table Of Contents – Python Markdown",
|
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"title": {
|
2022-09-11 20:25:40 +03:00
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.title",
|
2022-01-30 20:00:23 +03:00
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"permalink": {
|
|
|
|
|
"oneOf": [
|
|
|
|
|
{
|
2022-09-11 20:25:40 +03:00
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink",
|
2022-01-30 20:00:23 +03:00
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
{
|
2022-09-11 20:25:40 +03:00
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink",
|
2022-01-30 20:00:23 +03:00
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"default": true
|
|
|
|
|
},
|
|
|
|
|
"anchorlink": {
|
|
|
|
|
"markdownDescription": "https://python-markdown.github.io/extensions/toc/#usage",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"default": false
|
|
|
|
|
},
|
|
|
|
|
"permalink_title": {
|
2022-09-11 20:25:40 +03:00
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink_title",
|
2022-01-30 20:00:23 +03:00
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"slugify": {
|
2022-09-11 20:25:40 +03:00
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.slugify",
|
2022-10-02 17:36:47 +03:00
|
|
|
|
"default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}"
|
2022-01-30 20:00:23 +03:00
|
|
|
|
},
|
|
|
|
|
"toc_depth": {
|
2022-09-11 20:25:40 +03:00
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.toc_depth",
|
2022-01-30 20:00:23 +03:00
|
|
|
|
"type": "number",
|
|
|
|
|
"enum": [
|
|
|
|
|
0,
|
|
|
|
|
1,
|
|
|
|
|
2,
|
|
|
|
|
3,
|
|
|
|
|
4,
|
|
|
|
|
5,
|
|
|
|
|
6
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-06-05 11:26:58 +03:00
|
|
|
|
"additionalProperties": false
|
2022-01-30 20:00:23 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|