Markdown Viewer

Real-time markdown preview

Markdown Input

0 words 0 chars

Preview

Preview will appear here

About This Markdown Editor

Markdown is a lightweight markup language for creating formatted text using plain text. It is widely used on GitHub, Notion, Discord, and many other platforms.

What is the basic Markdown syntax?

# Heading1, ## Heading2 / **bold**, *italic* / - list item / 1. ordered list / [link text](URL) / ![image](URL) / `inline code` / ```code block``` / > blockquote / --- horizontal rule

Where is Markdown used?

Markdown is supported on GitHub README files, Notion documents, Discord chat, technical blogs (Jekyll, Hugo), documentation tools (Sphinx, MkDocs), and many email clients.

What is the relationship between Markdown and HTML?

Markdown is an intermediate format that converts to HTML. A Markdown parser reads the text and converts it to corresponding HTML tags. This editor shows a real-time preview of the rendered HTML output.

What is the basic Markdown syntax?

# Heading1, ## Heading2 / **bold**, *italic* / - list item / 1. ordered list / [link text](URL) / ![image](URL) / `inline code` / ```code block``` / > blockquote / --- horizontal rule

Where is Markdown used?

Markdown is supported on GitHub README files, Notion documents, Discord chat, technical blogs (Jekyll, Hugo), documentation tools (Sphinx, MkDocs), and many email clients.

What is the relationship between Markdown and HTML?

Markdown is an intermediate format that converts to HTML. A Markdown parser reads the text and converts it to corresponding HTML tags. This editor shows a real-time preview of the rendered HTML output.