kylin-code/extensions/markdown-math/package.nls.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
377 B
JSON
Raw Permalink Normal View History

2022-06-14 14:37:10 +08:00
{
"displayName": "Markdown Math",
"description": "Adds math support to Markdown in notebooks.",
2024-04-30 20:57:13 +08:00
"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."
2022-06-14 14:37:10 +08:00
}