vscode/extensions/markdown-math
2021-07-22 17:53:53 -07:00
..
notebook Split MarkdownString out of MarkedString 2021-06-16 14:26:18 -07:00
preview-styles
src Don't include node types in markdown-math 2021-07-22 17:53:53 -07:00
syntaxes Disable math highlighting in markdown fenced code blocks 2021-07-01 15:46:56 -07:00
.gitignore
.vscodeignore
cgmanifest.json Add math grammar/language to markdown math blocks 2021-06-17 18:01:19 -07:00
esbuild.js
extension-browser.webpack.config.js
extension.webpack.config.js
icon.png
language-configuration.json Add math grammar/language to markdown math blocks 2021-06-17 18:01:19 -07:00
package.json Pull in copied katex css instead of node_modules 2021-06-29 22:37:19 -07:00
package.nls.json
README.md Add markdown math support readme 2021-07-01 10:18:50 -07:00
tsconfig.json Don't include node types in markdown-math 2021-07-22 17:53:53 -07:00
yarn.lock

Markdown Math

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Adds math rendering using KaTeX to VS Code's built-in markdown preview and markdown cells in notebooks.