Markdown Input

0 chars

How to Use the Markdown Preview

Type or paste Markdown in the left editor. The right panel shows the rendered HTML preview in real-time. All processing happens in your browser — nothing is sent to a server.

What is Markdown?

Markdown is a lightweight markup language that lets you write formatted text using plain text syntax. Created by John Gruber in 2004, it's widely used in README files, documentation, blogs, and messaging platforms like GitHub and Slack.

Supported Syntax

  • Headings — # H1, ## H2, ### H3
  • Emphasis — *italic*, **bold**, ~~strikethrough~~
  • Lists — Ordered (1. 2. 3.) and unordered (- item)
  • Links & Images — [text](url) and ![alt](url)
  • Code — Inline `code` and fenced code blocks
  • Tables — GFM table syntax with | pipes |

Related Guides

FAQ

What Markdown features are supported?

GitHub Flavored Markdown including tables, task lists, strikethrough, and fenced code blocks.

Is my content saved?

No. Everything runs in your browser. Nothing is saved or sent to any server.

Related Articles