mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
d4412e708a
* 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 |
||
---|---|---|
.. | ||
media | ||
notebook | ||
preview-src | ||
schemas | ||
src | ||
test-workspace | ||
.gitignore | ||
.vscodeignore | ||
extension-browser.webpack.config.js | ||
extension.webpack.config.js | ||
icon.png | ||
package.json | ||
package.nls.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js | ||
webpack.notebook.js | ||
yarn.lock |
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.