vscode/extensions/markdown-math
2021-08-19 08:03:58 -07:00
..
notebook Fix format errors from PR 2021-08-05 14:55:55 -07:00
preview-styles Enable math in markdown preview 2021-06-08 09:58:54 -07:00
src Fix format errors from PR 2021-08-05 14:55:55 -07:00
syntaxes Update math fixture 2021-08-05 14:00:36 -07:00
.gitignore Rename notebook-markdown-extension to markdown-math 2021-06-08 09:58:54 -07:00
.vscodeignore Exclude a few extra build files from build 2021-08-05 13:32:54 -07:00
cgmanifest.json Add math grammar/language to markdown math blocks 2021-06-17 18:01:19 -07:00
esbuild.js Rename notebook-markdown-extension to markdown-math 2021-06-08 09:58:54 -07:00
extension-browser.webpack.config.js Enable math in markdown preview 2021-06-08 09:58:54 -07:00
extension.webpack.config.js Enable math in markdown preview 2021-06-08 09:58:54 -07:00
icon.png Rename notebook-markdown-extension to markdown-math 2021-06-08 09:58:54 -07:00
language-configuration.json Add math grammar/language to markdown math blocks 2021-06-17 18:01:19 -07:00
package.json Fix #131113 2021-08-19 08:03:58 -07:00
package.nls.json Settings description typos 2021-07-26 11:47:38 -07:00
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 Enable math in markdown preview 2021-06-08 09:58:54 -07:00

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.