Under the hood

Markdown

A simple way to format plain text with a few symbols, like ** for bold and # for a heading, that both people and AI read easily.

Raw Markdown versus how it displays Plain symbols on the left turn into a heading, bold text, and a bullet on the right. RAW MARKDOWN # Heading **bold** - list item HOW IT DISPLAYS Heading bold • list item

Markdown is lightweight formatting for plain text. A few symbols do the work: # makes a heading, **text** makes bold, and a dash starts a list. It stays readable as raw text and turns into clean formatting when displayed.

It matters for AI work because plain Markdown is light and clear: it carries structure with almost no clutter, so it is the friendly format for prompts, instructions, and reference files you reuse.

Often confused with: A Word document. Word carries heavy hidden styling; Markdown is plain text with light symbols, so it stays small and easy to reuse.

See it in a lesson: Giving Claude context

Further reading

All terms