MD file viewer

🔒 Your file never leaves your browser — no upload, no account, free.

Drop your .md file here

or click to choose a file — or just paste markdown anywhere on this page

🔒 100% private — your file never leaves your browser. No upload, no server, no account.

Got a .md file and nothing to open it with? View it here — properly formatted, with code blocks and tables intact — without installing anything or uploading your file anywhere.

What is an .md file?

An .md file is a Markdown document — plain text with lightweight formatting marks: # for headings, **bold**, - for lists, backticks for code. Developers use it for READMEs and docs; AI tools like ChatGPT and Claude write their answers in it; note apps export to it. Any text editor can show the raw marks — a viewer shows the document those marks describe.

Why not just use Notepad or TextEdit?

They'll open the file, but you'll see the plumbing: literal # signs, pipe-and-dash tables, unformatted code. A markdown viewer renders the file the way its author intended — real headings, real tables, syntax-highlighted code, clickable links, even flowcharts and diagrams.

Open your .md file in three ways

  1. Here, in the browser — use the viewer above. Nothing installs and nothing uploads; the file is rendered locally.
  2. On your phone or tablet — the Read.md app opens .md files from Files, Drive, email attachments, or AirDrop, and keeps them in a reading library. See iPhone and Android guides.
  3. On your computerMac has a native app; on Windows this web viewer is the quickest path.
Download on the App Store Get it on Google Play Download on the Mac App Store

Related formats

.markdown, .mdown, .mkd are the same format under different extensions — this viewer opens them all, plus plain .txt. If someone sent you a README.md specifically, see the README viewer.