Markdown Viewer
Open a .md file or paste Markdown and read it rendered — GitHub styling, callouts, math, diagrams and code highlighting, with a heading outline, five reading styles and one-click export. Nothing is uploaded.
How to open a .md file on any device
A .md file is plain text, so every operating system will happily open it — in the wrong program. Windows hands it to Notepad, macOS to TextEdit, and both show you the raw syntax: literal ## in front of headings, asterisks around bold text, and a wall of pipe characters where a table should be. That is the file working correctly; it just is not being rendered.
Rendering it normally means installing something — VS Code with the built-in preview, Obsidian, Typora, or a browser extension. If you only need to read the file once, drop it on the viewer above instead. The browser reads the file locally, renders it with the same GitHub Flavored Markdown rules those editors use, and you can close the tab when you are done. That works identically on a work laptop where you cannot install software, on a phone, and on a Chromebook.
The most common files people need to read this way are README.md from a cloned repository, notes exported from Obsidian or Notion, changelogs, and answers copied out of ChatGPT or Claude — which are written in Markdown even when the chat window hides it. All of them render here, including the tables and code blocks that plain-text editors destroy.