From d9d0c1b937789deba1c7420ca744689beaa57148 Mon Sep 17 00:00:00 2001 From: Ameba Brain Date: Sat, 5 Aug 2023 16:33:26 +0300 Subject: [PATCH] Adding pygments_lang_class and line_spans options to the pymdownx json schema --- docs/schema/extensions/pymdownx.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/schema/extensions/pymdownx.json b/docs/schema/extensions/pymdownx.json index e5bf5dfe7..cf2245e05 100644 --- a/docs/schema/extensions/pymdownx.json +++ b/docs/schema/extensions/pymdownx.json @@ -224,6 +224,10 @@ "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.use_pygments", "type": "boolean" }, + "pygments_lang_class": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.pygments_lang_class", + "type": "boolean" + }, "auto_title": { "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.auto_title", "type": "boolean" @@ -247,6 +251,10 @@ "anchor_linenums": { "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.anchor_linenums", "type": "boolean" + }, + "line_spans": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.line_spans", + "type": "string" } }, "additionalProperties": false