mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Add basic mermaid rendering support in core
For #257761 Ports over extension sample + a few improvements to core
This commit is contained in:
6
extensions/mermaid-chat-features/package.nls.json
Normal file
6
extensions/mermaid-chat-features/package.nls.json
Normal file
@@ -0,0 +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.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."
|
||||
}
|
||||
Reference in New Issue
Block a user