Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>markdocsNew to Visual Studio Code? Get it now.
markdocs

markdocs

Qinen Zhu

|
1,774 installs
| (0) | Free
Markdown preview tool that supports docfx flavored markdown and CommonMark
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdocs

Current Version

Markdown preview tool that supports docfx flavored markdown and CommonMark syntax.

Install

Press F1, type ext install markdocs

Usage

Supported markdown snippets

Note You need enable quickSuggestions for markdown as shown below in user perference, because markdown snippets are not shown up automatically in vscode by default:

  "[markdown]":  {
    "editor.quickSuggestions": true
  },
  1. File inclusion
    [!include [title](https://github.com/qinezh/vscode-markdocs/blob/master/path)]
    
  2. Code snippet
    [!code-language[name](https://github.com/qinezh/vscode-markdocs/blob/master/path)]
    
  3. Note/Warning/Tip/Important/Caution block
    > [!NOTE]
    > content
    > 
    
  4. Tabbed content
    # [tab title](#tab/tab-id-1)
    tab content
    # [tab title](#tab/tab-id-2)
    tab content
    ***
    
  5. Row extension
    :::row:::
        :::column:::
            content
        :::column-end:::
        :::column:::
            content
        :::column-end:::
     :::row-end:::
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft