Preview anymd exactly as GitHub renders it: GFM tables, task lists, code highlighting, KaTeX math. Drag-drop a file or paste, share via compressed URL hash, copy or download the HTML. Everything stays in your browser.
Built this because every 'markdown preview' site either uploads your file or renders CommonMark that looks nothing like GitHub. This one is GFM + KaTeX, local-only, with a share-link that encodes the doc in the URL itself (lz-string), so no server ever sees your draft.
Report
Would love a toggle for the light/dark GitHub theme right in the toolbar. Sometimes I'm drafting in one theme and need to double-check how it looks in the other without messing with my system settings.
Report
The URL hash sharing trick is genuinely clever, way better than trusting some random third-party with my notes. And getting the KaTeX rendering to match GitHub's quirks must have taken some real patience, nice work.
Report
the fact that everything runs client-side and the sharing works through a compressed URL hash is honestly really thoughtful, no server needed and you still get a clean way to send someone the exact preview
Report
No reviews yetBe the first to leave a review for Markdown Preview by OrangeBot
Would love a toggle for the light/dark GitHub theme right in the toolbar. Sometimes I'm drafting in one theme and need to double-check how it looks in the other without messing with my system settings.
The URL hash sharing trick is genuinely clever, way better than trusting some random third-party with my notes. And getting the KaTeX rendering to match GitHub's quirks must have taken some real patience, nice work.
the fact that everything runs client-side and the sharing works through a compressed URL hash is honestly really thoughtful, no server needed and you still get a clean way to send someone the exact preview