vscode/extensions/notebook-markdown-extensions
Matt Bierner 66fa5c41b3
First cut at unifying notebook renderers apis
This implements the api described in #123540. Major points:

- Instead of having the `markdown-it` renderer pull it its dependencies, instead the dependencies can call `getRenderer` to import the object returned by the `markdown-it` renderer

- We try to detect if a renderer is using the old or new api. Old renderers are still run as globals while new ones are loaded with `import`

- I have only hooked up the new API for markdown renderers so far
2021-05-12 19:32:57 -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
package.json Merge the notebookMarkupRenderer contribution point into the renderers contribition point 2021-05-12 13:28:28 -07:00
package.nls.json
README.md
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.