Tech

Markdown

Definition

A lightweight markup language that uses plain text formatting syntax, designed to be easily converted to HTML and other formats.

Try the free calculator

Use our Markdown Preview to run the numbers yourself.

Markdown is a text-to-HTML conversion tool created by John Gruber in 2004. It uses intuitive plain text syntax for formatting: # for headings, ** for bold, * for italics, - for lists, [] () for links, and ``` for code blocks. The goal is to be readable in both raw and rendered forms.

Markdown has become the standard for documentation in software development. README files on GitHub, technical documentation, blog posts, notes applications (Obsidian, Notion), and messaging platforms (Slack, Discord) all support Markdown formatting.

Variants like GitHub Flavored Markdown (GFM) extend the base specification with features like tables, task lists, strikethrough, and syntax-highlighted code blocks. MDX further extends Markdown with JSX support, enabling interactive components within Markdown documents.

Related Calculators

Related Terms

Related Articles

Stay Updated

Get notified about new tools, features, and exclusive deals. No spam, ever.