Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/markdown-math/package.nls.json
3291 views
1
{
2
"displayName": "Markdown Math",
3
"description": "Adds math support to Markdown in notebooks.",
4
"config.markdown.math.enabled": "Enable/disable rendering math in the built-in Markdown preview.",
5
"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."
6
}
7
8