Allow attribute-less use of pymdownx.emoji and pymdownx.tasklist

This commit is contained in:
Timothée Mazzucotelli 2022-12-11 18:13:01 +01:00 committed by GitHub
parent 2bb0c7c3a9
commit 551bb9e526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,6 +149,15 @@
"pymdownx.details" "pymdownx.details"
] ]
}, },
{
"oneOf": [
{
"title": "Emoji Python Markdown Extensions",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji",
"enum": [
"pymdownx.emoji"
]
},
{ {
"type": "object", "type": "object",
"properties": { "properties": {
@ -191,6 +200,8 @@
} }
}, },
"additionalProperties": false "additionalProperties": false
}
]
}, },
{ {
"oneOf": [ "oneOf": [
@ -560,6 +571,15 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
{
"oneOf": [
{
"title": "Tasklist Python Markdown Extensions",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist",
"enum": [
"pymdownx.tasklist"
]
},
{ {
"type": "object", "type": "object",
"properties": { "properties": {
@ -582,6 +602,8 @@
} }
}, },
"additionalProperties": false "additionalProperties": false
}
]
}, },
{ {
"oneOf": [ "oneOf": [