Getting Started·1 / 19

What is Markdown?

Learn what Markdown is and why it matters.

What is Markdown?

Markdown is a lightweight markup language created by John Gruber in 2004. It lets you format text using simple, readable syntax that converts to HTML.

Why Use Markdown?

  1. Simple — easy to learn, easy to read
  2. Portable — works everywhere, plain text files
  3. Fast — write formatted content without a mouse
  4. Universal — supported by hundreds of apps and platforms

How It Works

You write plain text with special characters like #, *, and - to indicate formatting. A Markdown processor then converts it to HTML.

# This is a heading
This is a **bold** word and this is *italic*.

Becomes:

This is a heading

This is a bold word and this is italic.

💡 Throughout this course, you'll learn every Markdown feature step by step with hands-on practice!

Practice

Markdown Input
Live Preview

My First Markdown

Write your first paragraph here with some bold text.

  • Item one
  • Item two
  • Item three