Quick Look
Markdown Quick Look for macOS
Press Space on a Markdown file in Finder and read it rendered — headings, tables, code, diagrams, and math — instead of raw source. Glance is a free, native Quick Look extension that adds exactly that.

Why macOS shows raw Markdown
Quick Look is the macOS feature that previews a file when you select it and press Space. It ships with renderers for images, PDFs, video, and a handful of text formats — but not Markdown. So pressing Space on README.md shows the source: literal # characters, raw link syntax, and unstyled code fences.
Quick Look is extensible, though. An app can ship a preview extension that macOS loads for specific file types. Glance is that extension, packaged in a tiny native app.
What Glance renders
The preview is the real document, not a stripped-down approximation:
- Headings, lists, blockquotes, and tables with proper typography
- Fenced code blocks with syntax highlighting
- Inline and linked images, including siblings like ./images/diagram.png
- Mermaid diagrams, rendered natively — no browser, no JavaScript
- LaTeX math, both inline and display equations
Add Markdown previews to Finder
Free beta v0.1.9 — 8.3 MB — macOS 14+
How to install
Download the DMG, drag Glance into Applications, and open it once so macOS registers the Quick Look extension. From then on, select any .md file in Finder and press Space. For the full walkthrough, see how to preview Markdown files in Finder.
Native, private, and tiny
Glance renders math and diagrams natively at document open — no WKWebView and no JavaScript runtime — so previews appear instantly. The app is around 8 MB, works fully offline, and collects nothing. Read more on the privacy page.
Replacing an older plugin? See the QLMarkdown alternative page. Coming from a full editor? Compare against Marked. Working with AI coding tools? See previewing AGENTS.md and CLAUDE.md.
FAQ
No. Pressing Space on a .md file shows the raw source — headings, links, and formatting markers as plain text. macOS has no built-in Markdown renderer for Quick Look, which is why you need an extension like Glance.
Download Glance, drag it into your Applications folder, and open it once. macOS registers the bundled Quick Look extension on first launch. After that, selecting any .md file and pressing Space shows a rendered preview.
Any .md or .markdown file, including README.md, AGENTS.md, and CLAUDE.md. Tables, fenced code blocks with syntax highlighting, images, Mermaid diagrams, and LaTeX math all render in the preview.
Yes. Glance is free, works offline, and sends no analytics or telemetry. Its only network call is an optional version check you can turn off.
macOS 14 (Sonoma) or later. The same universal binary runs on Apple Silicon and Intel Macs.
Ready to glance?
Free beta v0.1.9 — 8.3 MB — macOS 14+