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

@@ -1,5 +1,6 @@
{
"displayName": "Markdown Math",
"description": "Adds math support to Markdown in notebooks.",
"config.markdown.math.enabled": "Enable/disable rendering math in the built-in Markdown preview."
"config.markdown.math.enabled": "Enable/disable rendering math in the built-in Markdown preview.",
"config.markdown.math.macros": "A collection of custom macros. Each macro is a key-value pair where the key is a new command name and the value is the expansion of the macro."
}