From 4ba7a6db51029b346f7ac1fecc1c99e46654cade Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Tue, 11 Jun 2024 05:56:20 -0400 Subject: [PATCH] Add reference to PlantUML Markdown schema (#7260) --- docs/schema/extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schema/extensions.json b/docs/schema/extensions.json index 6e4b128b5..6d9c72786 100644 --- a/docs/schema/extensions.json +++ b/docs/schema/extensions.json @@ -32,6 +32,9 @@ "anyOf": [ { "$ref": "https://raw.githubusercontent.com/Neoteroi/mkdocs-plugins/main/docs/extensions-schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/mikitex70/plantuml-markdown/master/plantuml_markdown.json" } ] }