vscode/extensions/notebook-markdown-extensions
Connor Peet 616e0fd992
refactor: polish
- Fix mis-used dependencies. Add the roughly proposed 'extends' model
  for notebook renderers. Keep it out of contribution schema for now
	until we can work it more.
- Made new loading work with JS modules.
- Consolidated the 'old style' code in the renderer so that we can just
  delete it when the time comes.
- Removed duplicated code and sharp edges from the 'queue' mechaism.
2021-05-18 16:59:09 -07:00
..
notebook First cut at unifying notebook renderers apis 2021-05-12 19:32:57 -07:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Make sure we exclude ts files from published build 2021-03-17 17:53:23 -07:00
esbuild.js Reapply markup renderers change 2021-04-28 10:44:25 -07:00
icon.png Rename markdown math extension to notebook-markdown-extensions 2021-02-22 16:07:48 -08:00
package.json refactor: polish 2021-05-18 16:59:09 -07:00
package.nls.json Rename markdown math extension to notebook-markdown-extensions 2021-02-22 16:07:48 -08:00
README.md Rename markdown math extension to notebook-markdown-extensions 2021-02-22 16:07:48 -08:00
yarn.lock Render KaTeX errors in notebooks 2021-05-06 17:10:33 -07:00

Markdown Notebook Math support

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.