Markdown

Definition

Markdown is a lightweight plain-text format that uses simple symbols for headings, lists, and links, often rendered as HTML.

Technical

Full definition

Created for readable source text, Markdown is widely used in documentation, README files, and conventions like llms.txt. Common patterns include # headings, - list items, and [label](url) links.

Because it is structured yet simple, it is convenient for both humans and tools that parse content for AI systems. See llms.txt.

← All glossary terms