vscode/extensions/markdown-math
2024-03-29 21:07:15 +01:00
..
notebook Fix markdown-it-katex error (#202393) 2024-01-12 18:46:08 -08:00
preview-styles Enable math in markdown preview 2021-06-08 09:58:54 -07:00
src Fix markdown-it-katex error (#202393) 2024-01-12 18:46:08 -08:00
syntaxes Fix wrong language scope in markdown inline math expression (#172957) 2023-02-01 06:44:37 -08:00
.gitignore Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
.vscodeignore remove unecessary files in build 2022-02-18 20:38:55 +01:00
cgmanifest.json Add math grammar/language to markdown math blocks 2021-06-17 18:01:19 -07:00
esbuild.js Combine esbuild scripts (#184531) 2023-06-09 14:55:05 -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
package.json Pick up latest katex (#202776) 2024-01-18 15:18:39 -08:00
package.nls.json Add macros entry to markdown-math configuration (#180458) 2023-06-20 23:31:26 +02:00
README.md Add markdown math support readme 2021-07-01 10:18:50 -07:00
tsconfig.json use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
yarn.lock chore: bump katex (#209141) 2024-03-29 21:07:15 +01: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.