This extension pack packages some of the most popular (and some of my favorite) Markdown extensions. If you like it, please leave your Rating & Review and share with your friends. If you know any extension that is good for Markdown authoring, just let me know by creating an issue.
Markdown linting and style checking for Visual Studio Code. Check Rules for more details.
When you get rule violations (wavy underlined text) in a doc, it support Quick Fix.
Useful Shortcuts:
Windows
Ctrl + . : Quick Fix
macOS
⌘ + . : Quick Fix
I use markdownlint to validate my Markdown files. But some of the rules might break your content by accident if you enabled Editor: Format On Save (editor.formatOnSave) setting. Below is my .markdownlint.json file which disabled some rules that I don't need. Especially the MD044 - Proper names should have the correct capitalization might broken some of the Terms in your doc.
Adds ![](https://raw.githubusercontent.com/doggy8088/markdown-extension-pack/main/IMAGEURL =100x200) image size syntax support to VS Code's built-in Markdown preview.
Azure DevOps's Wiki page support resize image syntax.
Your can just paste link from clipboard on selected text if you installed Markdown All in One extension which is already included in this extension pack.
Snippets for Markdown (editor.action.triggerSuggest)
Ctrl + Space : Trigger suggest
Markdown: Open Preview (markdown.showPreview)
I'll remove the built-in Ctrl + Shift + V for this command. There is another shortcut registered below:
Ctrl + Shift + Alt + P : Open Preview
Markdown: Open Preview to the side (markdown.extension.togglePreview)
The default Ctrl + K V will not available if your installed Markdown All in One. So you have to customize the built-in Keyboard Shortcuts to Ctrl + Shift + V.
Ctrl + Shift + V : Open Preview to the side (The 2nd editor)
You can hit the same hotkey to close the Preview.
Extensions NOT Included but might be useful
You need to install the following extensions manually if you need: