vscode/extensions/markdown-language-features
Matt Bierner d4412e708a
Render markdown preview cells inside a shadow dom (#120137)
* Render markdown preview cells inside a shadow dom

Fixes #119971

This moves all markdown previews into shadow doms. This lets us prevent styles from outside the preview leak into the preview, and also prevents styles from the preview leak out into the rest of the notebook

* Use composedPath for handling events in webviews

This lets us handle clicks triggered inside of a shadow dom
2021-03-30 14:17:15 -07:00
..
media Add task to build extension media (#119294) 2021-03-18 19:15:59 -07:00
notebook Render markdown preview cells inside a shadow dom (#120137) 2021-03-30 14:17:15 -07:00
preview-src Fix scrolling of markdown preview. Close #65504 (#111094) 2021-01-14 17:24:08 -08:00
schemas
src feat: add typographer option for markdown preview (#119641) 2021-03-29 14:18:59 -07:00
test-workspace Always use vscode.open to open markdown links 2020-11-05 17:00:16 -08:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Do not ship unnecessary files with extensions 2020-07-24 13:57:51 +02:00
extension-browser.webpack.config.js used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
extension.webpack.config.js
icon.png
package.json feat: add typographer option for markdown preview (#119641) 2021-03-29 14:18:59 -07:00
package.nls.json Fix hygiene 2021-03-29 14:40:01 -07:00
README.md
tsconfig.json Use Array.flat() (#110189) 2020-11-09 12:46:26 -08:00
webpack.config.js Set explicit mode for markdown preview code 2021-03-24 12:30:37 -07:00
webpack.notebook.js Add task to build extension media (#119294) 2021-03-18 19:15:59 -07:00
yarn.lock updating telemetry module for built-in exts 2021-03-22 16:28:08 -07:00

Language Features for Markdown files

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

Features

See Markdown in Visual Studio Code to learn about the features of this extension.