vscode/extensions/markdown-language-features
2024-06-24 23:32:45 +02:00
..
media fix: Quotes with headings on markdown not rendering properly (#205227) 2024-06-24 23:32:45 +02:00
notebook Fix markdown-it-katex error (#202393) 2024-01-12 18:46:08 -08:00
preview-src Add codeql comments and small fix (#185931) 2023-06-23 02:40:39 +02:00
schemas
server chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
src feat(markdown-language-features): #208398 add avif as image extension (#212547) 2024-05-13 15:29:10 +00:00
test-workspace Make sure we decode path components for md path completions 2022-03-22 16:58:37 -07:00
types allow images in markdown preview editor to be copied (#184432) 2023-06-07 18:08:22 +00:00
.eslintignore Markdown custom eslint rules should not automatically apply to server (#166068) 2023-03-07 11:13:13 -08:00
.eslintrc.json Adopt prefix private with _ in markdown extension (#165088) 2022-10-31 14:22:39 -07:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Don't ship yarn.lock file with the markdown extension (#164794) 2022-10-27 12:09:38 +02:00
esbuild-notebook.js Combine esbuild scripts (#184531) 2023-06-09 14:55:05 -07:00
esbuild-preview.js Combine esbuild scripts (#184531) 2023-06-09 14:55:05 -07:00
extension-browser.webpack.config.js Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
extension.webpack.config.js Fix compilation error (#154699) 2022-07-10 07:50:17 -07:00
icon.png
package.json Fix setting type (#210408) 2024-04-15 18:51:02 +02:00
package.nls.json Add experimental support for updating markdown links on copy/paste (#209319) 2024-04-02 17:15:12 +02:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
tsconfig.browser.json Try adding browser specific tsconfig 2021-07-22 17:00:17 -07:00
tsconfig.json Merge and cleanup drop and paste proposal (#209591) 2024-04-05 13:03:10 -07:00
yarn.lock Fix frontmatter line map (#209556) 2024-04-04 19:39:21 +02: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.