vscode/extensions/markdown-language-features
2022-02-07 09:19:24 -08:00
..
media Exclude tr from markdown hover 2021-10-18 17:13:44 -07:00
notebook Use inherited font size for markdown codeblocks 2021-11-09 16:14:04 -08:00
preview-src enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
src Decode header suggestions in Markdown path IntelliSense, https://github.com/microsoft/vscode/issues/142330 (#142392) 2022-02-07 09:19:24 -08:00
test-workspace Prevent link highlight in markdown code blocks and spans (#140816) 2022-01-25 12:38:50 -08:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Exclude a few extra build files from build 2021-08-05 13:32:54 -07:00
esbuild.js Reapply markup renderers change 2021-04-28 10:44:25 -07:00
extension-browser.webpack.config.js Try adding browser specific tsconfig 2021-07-22 17:00:17 -07:00
extension.webpack.config.js Webpack markdown extension 2018-09-05 09:03:35 -07:00
icon.png [ImgBot] Optimize images 2018-11-06 20:46:03 +00:00
package.json Use markdown renderer for text/latex (#139154) 2022-01-19 13:26:52 -08:00
package.nls.json Add basic markdown link completions 2022-01-12 18:13:21 -08:00
README.md Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
tsconfig.browser.json Try adding browser specific tsconfig 2021-07-22 17:00:17 -07:00
tsconfig.json use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
webpack.config.js Set explicit mode for markdown preview code 2021-03-24 12:30:37 -07:00
yarn.lock Move to @vscode/extension-telemetry 2022-01-19 15:57:17 -05: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.