
Jignesh SanghaniI kept bouncing between Markdown tools: one for quick previews, another for math, another for Mermaid...
I kept bouncing between Markdown tools: one for quick previews, another for math, another for Mermaid diagrams, and none of them let me paste the result into Gmail or Google Docs without breaking the formatting. Most also wanted an account before I typed a single line.
So I built Markdown Preview, a free live Markdown editor that runs entirely in the browser.
$x^2$ inline, $$...$$ for blocks--- line starts a new slide in present mode, with speaker notes/?url=your-file.md
There is no account and no backend for your documents. Everything is stored in your browser (IndexedDB + localStorage), and it installs as a PWA, so it works offline too.
👉 https://mdpreview.jignesh.dev/
It's free, no tiers and no watermark. I'd love feedback: what's missing for your Markdown workflow, and what would make you switch from your current editor?