Add macros entry to markdown-math configuration (#180458)

section.
This commit is contained in:
AlbertHilb
2023-06-20 23:31:26 +02:00
committed by GitHub
parent ffe64dab3c
commit 2929ec4996
3 changed files with 21 additions and 5 deletions

View File

@@ -80,6 +80,13 @@
"type": "boolean",
"default": true,
"description": "%config.markdown.math.enabled%"
},
"markdown.math.macros": {
"type": "object",
"additionalProperties": { "type": "string" },
"default": {},
"description": "%config.markdown.math.macros%",
"scope": "resource"
}
}
}