1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00

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