Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Markdown EasyNew to Visual Studio Code? Get it now.
Markdown Easy

Markdown Easy

zhangyi

|
1,512 installs
| (3) | Free
snippets for markdwon and mermaid
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Easy

Snippets for .md and .mdx

Effect

effect

Requirements

If you want use these snippets, you must add settings in you .vscode/settings.json

{
  "[markdown]": {
    "editor.quickSuggestions": {
      "other": true,
      "comments": false,
      "strings": true
    }
  }
}

Features

  • header
  • table
  • image/img
  • url
  • todo
  • latex
  • flowchart
  • class diagram
  • sequence diagram
  • ts/typescript
  • js/javascript
  • rf/reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft