vscode/extensions/markdown-math
Matt Bierner 2edb9bc9ca
Reapply parcel/watcher adoption
Revert "Revert e7fffbf1c9169087f1098aedfe54c59c079fa3ac"

This reverts commit 6786b0ad7d.

Two changes:

- Lazy import parcel/watcher
- Add `@parcel/watcher` as a dev dep in extensions folder so that we pull in correct version for build os
2022-03-24 14:13:39 -07:00
..
notebook Remove test file 2022-03-23 14:49:59 -07:00
preview-styles Enable math in markdown preview 2021-06-08 09:58:54 -07:00
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 Corrected the regex to detect espaced percent symbol (#139437) 2022-01-05 12:13:29 -08:00
.gitignore Rename notebook-markdown-extension to markdown-math 2021-06-08 09:58:54 -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 Reapply parcel/watcher adoption 2022-03-24 14:13:39 -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
package.json Use latex as language mode inside markdown math blocks 2022-02-03 08:49:41 -08: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 Allow bare math blocks with nested begin/ends 2022-02-03 16:03:20 -08: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.