Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>markdown-studioNew to Visual Studio Code? Get it now.
markdown-studio

markdown-studio

saikethan

|
6 installs
| (0) | Free
Preview Markdown files in a Markdown Studio webview experience.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown-studio

VS Code extension that previews Markdown files in a Markdown Studio webview experience.

Features

  • Custom preview command: markdown-studio: Open Preview
  • Open With... integration for .md and .markdown files via markdown-studio
  • Live content updates while editing Markdown
  • VS Code light/dark theme sync
  • Enhanced markdown support:
    • Syntax-highlighted code blocks (highlight.js)
    • Task lists
    • Footnotes
    • KaTeX math
    • Mermaid diagrams
  • Link handling:
    • http/https/mailto open externally
    • Relative .md links open in editor and retarget the preview
    • Relative image/asset paths resolve in webview

Configuration

  • claudeMarkdownPreview.autoUpdateDebounceMs (default 150)
  • claudeMarkdownPreview.enableMermaid (default true)
  • claudeMarkdownPreview.enableMath (default true)
  • claudeMarkdownPreview.enableTaskLists (default true)
  • claudeMarkdownPreview.enableFootnotes (default true)

Development

  1. Install dependencies:
    • npm install
  2. Build:
    • npm run compile
  3. Run extension in development:
    • Press F5 in VS Code to launch an Extension Development Host.

Usage

  1. Open a Markdown file.
  2. Use one of these flows:
    • Right-click the file tab or explorer item and choose Open With... -> markdown-studio
    • Run command palette action: markdown-studio: Open Preview
  3. Keep editing the Markdown file and watch the preview refresh automatically.

Notes

  • Raw HTML in markdown is disabled (markdown-it with html: false) for safer rendering.
  • v1 intentionally excludes scroll-sync and PDF export.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft