Markdown QuickLook icon

Markdown QuickLook

Render Markdown in macOS Quick Look. Free & open source.

A tiny macOS Quick Look extension. Select a .md file in Finder, press space, and read it rendered the way it was meant to look — headings, code, tables and task lists included. No app window, just a menu-bar helper that stays out of the way.

Download MarkdownQuickLook.dmg ↓

macOS 12+ · MIT · source on GitHub

Pressing spacebar on Markdown files in Finder shows rendered Quick Look previews with headings, code blocks, tables and task lists
Spacebar on a .md file in Finder → rendered preview.

What it does


Install

  1. Download & open the disk image. Drag Markdown QuickLook into your Applications folder.
  2. Launch it once. Open it from Applications. It lives in the menu bar and registers the Quick Look extension.
  3. Press space. Select any .md file in Finder and hit space. If an old preview is cached, use the menu-bar item → Reset Quick Look Cache.

Not notarized yet, so on first open macOS may block it (“Apple could not verify…”). To open it anyway: go to System Settings → Privacy & Security, scroll to the message about Markdown QuickLook, and click Open Anyway. Or run once in Terminal: xattr -dr com.apple.quarantine /Applications/MarkdownQuickLook.app. Prefer building from source? See the README.