vscode/extensions/markdown-language-features
2021-12-06 15:58:11 -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 Also compare other attributes for md preview updates 2021-11-10 14:13:41 -08:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
src Fix markdown outline for cases without a space after # 2021-12-06 15:58:11 -08:00
test-workspace Enable markdown links with line numbers to non-md files 2021-10-07 18:35:09 -07: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 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
package.nls.json Settings description typos 2021-07-26 11:47:38 -07: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 Update telemetry module 2021-11-08 10:00:44 -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.