vscode/extensions/markdown-language-features
David Dossett f72ec2a43f
Update markdown h1-h6 styles (#185801)
* Update markdown h1-h6 styles

* Fix separator height
2023-06-21 21:03:57 +02:00
..
media Update markdown h1-h6 styles (#185801) 2023-06-21 21:03:57 +02:00
notebook Allow <source> tags in rendered markdown (#172063) 2023-01-23 21:07:25 +01:00
preview-src allow images in markdown preview editor to be copied (#184432) 2023-06-07 18:08:22 +00:00
schemas
server Pick up latest markdown language service (#184448) 2023-06-06 23:18:37 +02:00
src Fix #182013 (#184677) 2023-06-21 17:10:09 +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
.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 allow images in markdown preview editor to be copied (#184432) 2023-06-07 18:08:22 +00:00
package.nls.json allow images in markdown preview editor to be copied (#184432) 2023-06-07 18:08:22 +00:00
README.md
tsconfig.browser.json
tsconfig.json Add drop feedback UX (#179434) 2023-04-11 13:48:24 -07:00
yarn.lock Bump module to new package (#173599) 2023-02-06 12:29:36 -08: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.