The file is read in your browser with the File API , it is never uploaded.
How it works
Markdown Viewer: Open a .md File and Read It Rendered
Open a .md file straight from your computer and read it the way it was meant to look, headings, tables, code blocks and checklists, with an outline to jump around a long document.
What this does
- Open several .md, .markdown or .mdx files at once and switch between them with one click
- Contents outline built from the h1 to h3 headings, so a long spec stays navigable
- A rendered view and a raw source view, either of them copyable
- Download a standalone HTML file that carries its own stylesheet and dark-mode palette
- Print from a detached frame, so none of this page's chrome ends up on the paper
- Send the file straight to the Markdown to PDF converter without opening it twice
- Reads files up to 8 MB and refuses one that turns out to be binary behind a text extension
FAQ
Keep going