A reader for Markdown files
A .md file is plain text, so double-clicking it usually opens Notepad or TextEdit and shows the raw symbols. A Markdown viewer renders it: headings become headings, tables become tables and code gets syntax colours. This viewer adds a clickable outline so long docs like changelogs, specs and READMEs are easy to navigate.
Supported features
CommonMark and GitHub Flavored Markdown (tables, task lists, strikethrough, autolinks), footnotes, emoji shortcodes, syntax highlighting for common languages and Mermaid diagrams. HTML inside the Markdown is sanitised before display, so opening a file from someone else is safe.
Viewing .md files without a website
- VS Code: open the file and press Ctrl/Cmd+Shift+V.
- macOS: Quick Look shows plain text unless you install a Markdown Quick Look extension.
- GitHub: any .md file in a repository is rendered automatically.
Want a printable copy? Send it to Markdown to PDF.