Documentation

Markdown Syntax Guide

Your comprehensive reference for writing Markdown. From basic formatting to advanced features like math equations and diagrams.

What is Markdown?

Markdown is a lightweight markup language created by John Gruber in 2004. It allows you to write using an easy-to-read, easy-to-write plain text format, which then converts to structurally valid HTML.

Unlike complex word processors, Markdown files are plain text, making them portable and future-proof. You can open a Markdown file in any text editor on any device.

Why Use Markdown?

  • Simplicity — Write formatted text without learning complex software
  • Portability — Works on any platform, in any text editor
  • Version Control — Perfect for Git and collaborative workflows
  • Widely Supported — GitHub, Notion, Obsidian, and countless apps support it

Getting Started

Explore the categories below to learn different aspects of Markdown syntax. Each section includes interactive examples and detailed explanations.