← Home
The Vergecast · June 15, 2026 · 34m

The epic story of Markdown

John Gruber, creator of Markdown, joins Anil Dash to discuss how a simple syntax system for writing became ubiquitous across tech culture. From AI conversations to note-taking apps like Obsidian, Markdown's design philosophy—making text readable to both humans and machines—shaped how millions write today. The episode traces Markdown's origins and its unexpected dominance in modern digital workflows.

This summary was generated from show notes and public descriptions, not from a full transcript review. Details may contain inaccuracies.

Curious

Markdown's adoption exploded because it does one thing well (convert simple text to readable markup) rather than trying to handle every possible formatting need.

Highlights

Markdown makes text readable before parsing
Markdown's fundamental design principle is that the syntax itself should be human-readable—you understand what a `**bold**` or `- list` means without needing a parser to render it.
Learning a notation system changes how you think
Once people internalize Markdown syntax, they begin mentally organizing information in Markdown structures—emphasis, lists, links—when writing anywhere, even in contexts that don't support it.

Editorial

Markdown became AI's default interface without central coordination
Users naturally began organizing their Claude conversations in .md files and saving prompt structures in Markdown before any platform mandated it as a standard.
iOS 26's native Markdown support in Apple Notes signals that a format created in 2004 has finally reached sufficient cultural penetration to warrant inclusion in a mass-market OS.

Misc

Gruber designed Markdown to be readable before parsing—the syntax itself tells you what it does
Apple's adoption of Markdown in Notes (iOS 26) signals mainstream legitimacy for a 15-year-old format
Markdown became the de facto standard for AI conversations (Claude.md files) before anyone planned for it
Once people learn Markdown, they start thinking in Markdown—it shapes cognition
Was this useful?