A .md file is a plain-text Markdown document. On macOS, you can preview it in Finder, open it with Downright, or send it to the app from Terminal. The best choice depends on whether you need a glance, a rendered document, or an edit.
Open a Markdown file from Finder
Select the file and press Space for Quick Look. To open it in Downright, double-click it after choosing Downright as the default Markdown app, or use Open With → Downright.
Open a Markdown file from Terminal
down README.mdThe down command opens the file in Downright. The app also supports piped Markdown and inspection commands such as:
printf '# Draft\n' | down\ndown read --json README.md\ndown outline --json README.mdWhy use a native Markdown app?
Downright keeps the raw file as the source of truth while rendering the document around it. That matters for project notes, README files, plans, and files that another tool may rewrite while you are reading.
Download the app from the official installation page or read the external-change guide.