View a Markdown file online
Got a .md file and nothing to open it with? mdpage.app reads Markdown right in your browser and renders it the way GitHub does, with headings, tables, task lists and syntax-highlighted code. There is nothing to install, no sign-up, and your file never leaves your device unless you choose to share it.
How to view a Markdown file
- Open the viewer. Go to mdpage.app and drop your
.mdfile onto the page, or click to choose a file. You can also paste Markdown text directly. - Read it rendered. The document appears instantly, formatted like a clean README. Rendering happens client-side, so nothing is uploaded.
- Share it (optional). Click Create shareable link to store the document behind a short URL like
mdpage.app/a1b2c3that anyone can open for the next 30 days.
What kinds of Markdown work?
mdpage.app supports GitHub Flavored Markdown: headings, bold and italic text, ordered and bulleted lists, task lists, tables, blockquotes, images, links, and fenced code blocks with syntax highlighting for dozens of languages. New to the syntax? See the Markdown cheat sheet.
Is my file private?
Yes. Viewing happens entirely in your browser, so the file stays on your device. It is only sent to the server if you click Create shareable link, and even then shared pages are hidden from search engines and expire automatically after 30 days.