Markdown Viewer
A VS Code / Cursor extension that renders Markdown files in a clean, fully formatted preview with automatic Mermaid diagram rendering.
Features
- Full Markdown Rendering — Headings, lists, tables, code blocks, blockquotes, images, and more
- Mermaid Diagrams — Automatically detects and renders
```mermaid blocks as SVG
- Live Preview — Updates in real time as you type
- Theme Aware — Adapts to your VS Code light/dark theme automatically
- Side-by-Side View — Opens alongside your editor for a seamless writing experience
Usage
- Open any
.md file
- Press
Cmd+Shift+M (macOS) or Ctrl+Shift+M (Windows/Linux)
- Or run "Markdown Viewer: Open Preview" from the Command Palette
Development
npm install
npm run compile
Press F5 to launch the Extension Development Host for testing.
| |