vscode/extensions/markdown-math
João Moreno f6ec9aa2e6
bump katex (#238271)
2025-01-20 10:39:21 +01:00
..
notebook Enable rendering of `math` fenced code blocks (#219820) 2024-07-11 11:53:56 -07:00
preview-styles
src Adds support for Github-style fenced math blocks in markdown editor and preview (#213750) 2024-07-12 04:51:37 +00:00
syntaxes Adds support for Github-style fenced math blocks in markdown editor and preview (#213750) 2024-07-12 04:51:37 +00:00
.gitignore Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
README.md Add markdown math support readme 2021-07-01 10:18:50 -07: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
extension.webpack.config.js
icon.png
package-lock.json bump katex (#238271) 2025-01-20 10:39:21 +01:00
package.json bump katex (#238271) 2025-01-20 10:39:21 +01:00
package.nls.json Add `macros` entry to markdown-math configuration (#180458) 2023-06-20 23:31:26 +02: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

README.md

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.