vscode/extensions/markdown-math
2021-11-09 15:53:35 +01:00
..
notebook Enable rendering of bare math blocks in notebooks 2021-10-11 19:08:44 -07:00
preview-styles
src 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
syntaxes Fix highlighting of dollar amount at start of line in md files 2021-11-08 17:53:52 -08:00
.gitignore
.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
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 Use @types/vscode-notebook-renderer 2021-08-30 13:54:39 -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 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 Enable rendering of bare math blocks in notebooks 2021-10-11 19:08:44 -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.