Allow pymdownx.magiclink without arguments in schema

This commit is contained in:
squidfunk
2022-07-03 10:04:16 +02:00
parent 4151f326dc
commit adabdd0bec

View File

@@ -298,6 +298,15 @@
} }
] ]
}, },
{
"oneOf": [
{
"title": "MagicLink Python Markdown Extensions",
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/",
"enum": [
"pymdownx.magiclink"
]
},
{ {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -328,6 +337,8 @@
} }
}, },
"additionalProperties": false "additionalProperties": false
}
]
}, },
{ {
"oneOf": [ "oneOf": [