Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Preview Pro Max 2New to Visual Studio Code? Get it now.
Markdown Preview Pro Max 2

Markdown Preview Pro Max 2

toilathor

|
1 install
| (0) | Free
A rich Markdown preview with Mermaid diagrams, KaTeX math, code highlighting, dynamic themes, and more.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Preview Pro Max

A rich, full-featured Markdown preview extension for VS Code with dynamic theming, Mermaid diagrams, KaTeX math, syntax highlighting, and more.

Markdown Preview Pro Max Demo 1 Markdown Preview Pro Max Demo 2 Markdown Preview Pro Max Demo 3

✨ Features

  • 📝 Full Markdown rendering — CommonMark compliant via markdown-it
  • 🎨 Dynamic Theme System — Pick a seed color, auto-generate entire palette
  • 💡 Code Syntax Highlighting — 190+ languages via highlight.js
  • 📊 Mermaid Diagrams — Flowcharts, sequence, gantt, pie, class diagrams
  • 🔢 KaTeX Math — Inline $...$ and block $$...$$ LaTeX rendering
  • ✅ Task Lists — - [x] / - [ ] checkboxes
  • 🔔 GitHub-style Alerts — [!NOTE], [!TIP], [!WARNING], [!IMPORTANT], [!CAUTION]
  • 📋 Copy Code Button — One-click copy on every code block
  • 😄 Emoji — :smile: → 😄
  • 📎 Footnotes — Footnote references and content
  • 🔗 Anchor Links — Clickable heading anchors
  • 🌗 Light/Dark Mode — Toggle or auto-detect from VSCode theme
  • ⚡ Live Preview — Real-time update on editing
  • 📱 Responsive — Clean layout at any width

🚀 Usage

  1. Open any .md file in VS Code
  2. Press Cmd+K V (Mac) or Ctrl+K V (Windows/Linux)
  3. Or right-click → "Markdown Preview Pro Max: Open Preview"

🎨 Theme System

Pick any color → the entire preview palette is generated from it!

  • 5 preset colors on the toolbar (Blue, Green, Purple, Orange, Rose)
  • Custom color picker for any color
  • Light/Dark toggle — same hue, different lightness
  • Auto mode — follows your VSCode theme

Settings

{
  "markdownPreviewProMax.theme.seedColor": "#4A90D9",
  "markdownPreviewProMax.theme.mode": "auto"
}

⌨️ Keyboard Shortcuts

Shortcut Action
Cmd+K V / Ctrl+K V Open Markdown Preview

📦 Development

npm install
npm run build    # Build once
npm run watch    # Watch mode

Press F5 to open Extension Development Host.

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