Guide · macOS

How to Open MD Files on Mac

Five ways to open a Markdown file on macOS — and the quickest one that shows it fully rendered.

✓ Free   ✓ No sign-up to start   ✓ Files stay in your browser

# Heading **bold** text - list item `code` | a | b |

Every Mac can open a .md file because it is plain text — but TextEdit only shows the raw syntax. If you want to actually read the document with formatting, you have a few good options on macOS.

For most people, the fastest route is an online viewer: open mdWOW in Safari or Chrome, drop the file in, and read it formatted in seconds — no install and no Terminal.

How it works

1

Online viewer (fastest)

Open mdWOW in any Mac browser and drag your .md file in. It renders instantly with full formatting.

2

TextEdit

Right-click the file → Open With → TextEdit. Use Format → Make Plain Text if it looks odd. Shows raw Markdown.

3

VS Code preview

If installed, open the file and press Cmd+Shift+V for a rendered preview.

Why use mdWOW

No Terminal needed

Skip command-line tools — the browser method just works.

See it formatted

Headings, tables and code rendered, not raw symbols.

PDF

Export to PDF/Word

Turn the file into a shareable document in a click.

Why TextEdit isn’t ideal for Markdown

TextEdit opens .md files but treats them as plain text, so you see #, * and | characters rather than a formatted document. It is fine for a quick edit, but for reading — especially long READMEs or notes — a renderer is far clearer.

Reading Markdown on a Mac without turning it into a project

macOS is generous with ways to open a file, which is both a blessing and a small trap. Double-click a .md file and it usually lands in TextEdit, where it looks like someone sprinkled punctuation across your document. There is a better default, and it takes about ten seconds to set up your reading habit around it.

Quick Look gets you halfway

Select a Markdown file in Finder and press the space bar, and Quick Look gives you a fast peek. The catch is that, out of the box, it shows the raw text rather than a rendered view. It is great for confirming you grabbed the right file, less great for actually reading a long README. Treat it as a glance, not a reading experience.

TextEdit: fine for edits, not for reading

TextEdit can open any Markdown file because the file is plain text. If you only need to change a line, that is genuinely the fastest route — right-click, Open With, TextEdit, done. But because TextEdit does not interpret Markdown, you will be reading around the symbols rather than seeing the formatted result. For anything longer than a paragraph, it gets tiring quickly.

The browser is the unsung hero on macOS

The most reliable way to read Markdown on a Mac is also the least Mac-specific: open it in Safari or Chrome through a web viewer. There is no install, no Terminal, and no Homebrew rabbit hole. With mdWOW you drag the file onto the page and immediately see proper headings, drawn-out tables and highlighted code. Because the rendering happens locally in the browser tab, the file's contents stay on your machine — handy for client work or anything under an NDA.

It also solves the export problem neatly. macOS has no one-click "save this Markdown as a polished PDF" feature, but a web viewer does: open the file, choose Export, and you have a shareable PDF or an editable Word document in seconds.

For developers who live in an editor

If you already have VS Code installed, its preview shortcut renders Markdown beautifully and supports a split view for editing. That is the right tool when you are actively writing documentation. For the far more common case — you were sent a file and just want to read it — reaching for the browser keeps a quick task quick instead of turning it into a setup exercise.

Ready to try it?

Open one now

Frequently asked questions

How do I open a .md file on a Mac?
Drag it into mdWOW in your browser to read it rendered, or right-click and Open With → TextEdit to see the raw text. VS Code’s Cmd+Shift+V also shows a preview.
Does macOS have a built-in Markdown viewer?
Not a rendering one — TextEdit and Quick Look show raw text. An online viewer like mdWOW gives you a formatted view without installing anything.
Can I convert the .md file to PDF on Mac?
Yes. Open it in mdWOW and use Export → PDF to download a formatted PDF, no extra software needed.