Files
vscode-extension-samples/notebook-extend-markdown-renderer-sample
Matt Bierner 42e83bf2f3 Bump eslint versions and update lint scripts
Pick up latest eslint to avoid a nasty warning about using an unsupported version of TS

Also updates the eslint script to be more scoped on which files it checks
2022-11-04 13:52:32 -07:00
..
2022-06-30 16:15:17 -07:00

Notebook Extend Markdown Renderer Sample

Demonstrates a how a custom notebook renderer can extend VS Code's built-in notebook markdown renderer (similar approaches can be used to extend other notebook renderers).

This extension adds :emoji: rendering support to the built-in markdown renderer used for notebooks. Try it out by writing: :cat: or :smile: in a markdown cell.

Running this Sample

  1. cd notebook-extend-markdown-renderer-sample
  2. code-insiders .: Open the folder in VS Code Insiders
  3. Hit F5 to build+debug