One Job: Previews Markdown. That's it. No themes, no plugins, no bloat.
Features
Real-time Markdown preview in a side panel
Interactive table of contents sidebar for easy document navigation
Auto-scrolling outline that highlights your current section as you read
Click-to-scroll navigation in the TOC for quick jumping between sections
All standard Markdown elements (headings, lists, tables, code blocks, images, etc.)
Full Mermaid diagram support (flowcharts, sequences, state diagrams, etc.)
MathJax support for LaTeX equations
Install
Open VS Code (Insiders, Cursor, Windsurf or any other VS Code-based editor)
Go to Extensions
Search for "Lightweight Markdown Preview" or explicitly for KunalPathak.lightweight-markdown-preview
Click Install
Start previewing your Markdown file by clicking the "Eye" icon in the top-right corner or using the Command Palette (Ctrl+Shift+P > Markdown: Show Lightweight Markdown Preview)
Documentation Guide
For Users
This README is all you need to install and use the extension.
For Developers
Before making any code changes:
Read architecture.md - understand design decisions, security model, and why things are structured as they are
This ensures changes align with the existing design and don't introduce security issues