Advertisement

Markdown Previewer

Write Markdown on the left and see the rendered HTML preview live on the right.

Markdown Input
Preview
Advertisement

About Markdown

Markdown is a lightweight markup language with plain text formatting syntax. Created by John Gruber in 2004, it is widely used for README files, documentation, blog posts, and online comments.

Common Markdown Syntax

  • # Heading 1, ## Heading 2 — headings
  • **bold** and *italic* — text formatting
  • `code` — inline code; triple backticks for code blocks
  • [link](url) — hyperlinks; ![alt](url) — images
  • - item or 1. item — lists
  • > text — block quotes
  • --- — horizontal rule
Advertisement