Mac

How to Preview Markdown on Mac — Just Press Space

You double-click a .md file, or hit Space to Quick Look it, and macOS shows you this:

# Project Notes

## This week
- [x] Draft the launch outline
- [ ] Record the demo video

| Milestone  | Owner | Status |
|------------|-------|--------|
| Beta build | Mai   | Done   |

Technically correct — but it's the raw Markdown. All the #, *, and [ ] symbols are still there, and you have to read past them. What you actually wanted was the rendered version: real headings, real checkboxes, a real table.

Good news: on a Mac you can get that with the key you already reach for — Space. You just need the right Quick Look preview installed.

The one-second method: Quick Look

Quick Look is the built-in macOS feature that previews a file when you select it in Finder and press Space. It handles images, PDFs, and videos beautifully — but for Markdown, macOS falls back to showing plain text.

Install QuickMark (it's free) and that changes. QuickMark adds a Quick Look extension, so the moment it's installed:

  1. Click any .md file in Finder — just select it, don't open it.
  2. Press Space.
  3. The file appears fully rendered, in a clean reading view, with your themes.

Here's the exact same file from above, one Space press later:

The macOS Quick Look panel showing a Markdown file fully rendered by QuickMark: a Project Notes heading, blue interactive-style checkboxes, a formatted release-plan table with emoji statuses, a syntax-highlighted bash code block with a copy button, and a note callout
Press Space in Finder — headings, checkboxes, tables, highlighted code. Note the Open with QuickMark button in the corner.

That's it. No app window, no waiting — the same gesture you use for every other file now works for Markdown.

It's not just headings

A good preview renders everything you put in a document, not only the basics. As you can see in the shot above, pressing Space also gives you:

  • Tables — proper columns instead of a wall of pipe characters.
  • Code blocks — syntax-highlighted, in dozens of languages, with a hover-to-copy button.
  • Math — inline and display equations (KaTeX).
  • Diagrams — Mermaid flowcharts and sequence diagrams, drawn.
  • Task lists, footnotes, callouts and the rest of GitHub Flavored Markdown.

So the pipes-and-dashes table you can't read at a glance —

You write
| Task  | Owner | Done |
|-------|-------|------|
| Draft | Mai   | ✓    |
| Edit  | Nam   |      |
You get
TaskOwnerDone
DraftMai
EditNam

If Space still shows plain text

macOS lets only one app "win" the Quick Look slot for Markdown. If you have another Markdown tool installed, it may be holding that slot. To hand it to QuickMark:

  1. Open System Settings → General → Login Items & Extensions.
  2. Scroll to Quick Look and click the ⓘ.
  3. Uncheck the competing extension, then press Space on a .md file again.

One more tip: if double-clicking a .md file opens the wrong app, right-click it in Finder → Get Info → under Open with choose QuickMarkChange All… Now every Markdown file opens in QuickMark by default, and Space always previews it.

When you want more than a peek

Quick Look is for reading. When you want to write, hit that Open with QuickMark button (or just double-click the file) and the full app takes over:

The QuickMark Mac app in Split view: Markdown source with syntax coloring and line numbers on the left, the live rendered preview on the right, an outline sidebar listing the document headings, a Sync scroll indicator, a formatting toolbar, and a Publish button
Split view: the editor and live preview scroll together, with your document outline one click away.

You get an editor with live preview side by side, scroll that stays in sync, an outline of your headings for long documents, and one-tap export to PDF, Word, or a shareable web link. But for the everyday "what's in this file again?" moment, nothing beats a single tap of the space bar.

Get rendered Markdown previews everywhere

QuickMark is a free, native Markdown app for Mac, iPhone & iPad — live preview, export, and publish built in.

Download on the App Store or try the live preview in your browser →