Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Clean Markdown Live PreviewNew to Visual Studio Code? Get it now.
Clean Markdown Live Preview

Clean Markdown Live Preview

Clean Software One

|
73 installs
| (0) | Free
| Sponsor
Obsidian-style live preview for markdown files in VS Code — inline rendering with WYSIWYG editing
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Clean Markdown Live Preview

Obsidian-style live preview for markdown files in VS Code: edit markdown with inline rendering, keep raw syntax when a line is active, and get a clean reading experience when inactive.

Changelog

  • Full release history: see CHANGELOG.md in this repository
  • Latest release: 1.2.0
    • Ordered list markers are now styled in live preview, matching bullet list formatting.
    • Improved alignment and indentation for nested ordered lists, including mixed ordered/unordered nesting.

Why This Extension

  • Write and review in one surface: no constant split-view context switching.
  • Keep markdown source transparent: active line shows raw syntax.
  • Improve readability: heading hierarchy, blockquotes, checkboxes, links, tables, frontmatter, and horizontal rules are rendered inline.

Supported Elements

  • Headings (H1-H6)
  • Bold / italic / strikethrough
  • Markdown links and wiki links
  • Bullet lists, ordered lists, and interactive task checkboxes
  • Tab/Shift+Tab list indentation while editing
  • Find and replace overlay (Cmd+F / Ctrl+F) with match counter and replace-all
  • Fenced code blocks, indented code blocks, and inline code
  • PlantUML diagram rendering with zoom and pan
  • Tables (rendered widget)
  • Frontmatter properties panel
  • Horizontal rules
  • Blockquotes

Install

From VS Code Marketplace (recommended)

Option 1 — Quick Open:

  1. Press Ctrl+P (Windows/Linux) or ⌘P (macOS) to open Quick Open
  2. Type ext install CleanSoftwareOne.md-live-preview
  3. Click Install, then Enable

Option 2 — Extensions panel:

  1. Press Ctrl+Shift+X (Windows/Linux) or ⇧⌘X (macOS) to open Extensions
  2. Search for Clean Markdown Live Preview
  3. Click Install, then Enable

Option 3 — Command line:

code --install-extension CleanSoftwareOne.md-live-preview

From a downloaded VSIX file

If you have downloaded the .vsix file directly:

Option 1 — Extensions panel:

  1. Press Ctrl+Shift+X (Windows/Linux) or ⇧⌘X (macOS) to open Extensions
  2. Click the ... menu (top-right of the panel)
  3. Select Install from VSIX...
  4. Choose the downloaded .vsix file

Option 2 — Command line:

code --install-extension path/to/md-live-preview-1.2.0.vsix

Then run Developer: Reload Window (Ctrl+Shift+P / ⇧⌘P → "Reload Window").

Quick Start

  1. Open a .md file.
  2. Run Clean Markdown Live Preview: Open in Live Preview from Command Palette.
  3. Use the title-bar toggle button to switch modes.

Usage

Open In Live Preview

Use either:

  • Explorer context menu: Open in Live Preview
  • Command Palette: Clean Markdown Live Preview: Open in Live Preview

Open in Live Preview

Toggle Live / Source Mode

Use the title-bar toggle button or Command Palette:

  • Clean Markdown Live Preview: Toggle Live Preview / Source Mode

Toggle mode button

Edit While Rendered

  • Inactive lines render markdown syntax into readable content.
  • Active line reveals raw markdown for precise editing.
  • Task checkboxes can be toggled directly in live mode.
  • Use Tab / Shift+Tab to indent or outdent list items while editing.

Inline render and edit

Commands

  • Clean Markdown Live Preview: Toggle Live Preview / Source Mode
  • Clean Markdown Live Preview: Open in Live Preview
  • Find and Replace: Cmd+F / Ctrl+F (built-in, no Command Palette entry needed)

Troubleshooting

  • If UI changes do not appear: run Developer: Reload Window.
  • If packaging changes are missing: rebuild with pnpm build and repackage with pnpm package.

For contributor setup and release automation details, see CONTRIBUTING.md.

License

MIT

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