Markdown Viewer
Open a .md file or paste Markdown — see it rendered live, then export clean HTML or print to PDF.
The rendered preview appears here.
Finally, a way to just read a .md file
Markdown is everywhere — READMEs, notes exported from apps, documentation, AI chat transcripts — but double-clicking a .md file gets you a wall of raw text, because neither Windows nor macOS renders Markdown out of the box. Installing an editor just to read one file is overkill.
This viewer renders GitHub-flavored Markdown instantly as you type or the moment you drop a file in: headings, tables, task lists, fenced code blocks, blockquotes and images. When it looks right, take it with you — Download HTML produces a clean standalone file that opens anywhere, and Print turns it into a tidy PDF. Everything happens in your browser; your notes and drafts are never uploaded, and rendered output is sanitized so a Markdown file can't smuggle scripts.
How to use it
- Drop in a .md file, or paste/type Markdown on the left.
- Read the live preview on the right.
- Optionally export: Download HTML or Print / Save as PDF.
Frequently asked questions
How do I open a .md file?
Drop it on this page — it renders instantly as a formatted document. No app install, no account, and the file never leaves your device.
Can I convert Markdown to HTML or PDF?
Yes — Download HTML gives you a clean standalone file, and Print saves the rendered document as a PDF via your browser.
Is my document uploaded anywhere?
No. Rendering happens entirely in your browser, and the output is sanitized so embedded scripts can't run.
Does it support GitHub-flavored Markdown?
Yes — tables, fenced code blocks, strikethrough and task lists render the way GitHub shows them.