Markdown Preview
Write Markdown and see the rendered output in real-time
Preview will appear here
About Markdown
Markdown is a lightweight markup language with plain-text formatting syntax. It's designed so that it can be converted to HTML and many other formats. Markdown is often used for formatting readme files, writing messages in online discussion forums, and creating rich text using a plain text editor.
Basic Syntax
# Heading 1
## Heading 2
**Bold**
or__Bold__
*Italic*
or_Italic_
[Link](url)

Extended Syntax
``` Code blocks ```
> Blockquote
- List item
1. Ordered item
---
Horizontal rule| Tables |
Many websites and applications support Markdown, including GitHub, Reddit, Stack Overflow, and many content management systems. There are also various flavors of Markdown with additional features.