Write and preview Markdown in real time with toolbar shortcuts, HTML export, and fullscreen mode. A browser-first Markdown editor for docs and drafts.
Sync-Scroll Active
Master the syntax to format text, add structural elements, and build documents effortlessly.
# Heading 1## Heading 2### Heading 3**Bold***Italic*~~Strike~~- Bullet list1. Numbered- [x] Task[Link](url)> Quote`inline code`inline code```block```block of code---Markdown is a lightweight markup language with plain-text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is widely used by developers for README files, documentation, and blog posts due to its simplicity and readability.
Use hash symbols for headers and asterisks for bold or italic text. It's the standard way to structure hierarchy and stress important content.
Create clean lists using dashes or numbers. You can even create interactive task lists with brackets, making it perfect for todo lists or progress tracking.
Display code snippets with backticks. Use triple backticks for blocks with syntax highlighting, and use the greater-than symbol for impactful quotes.
Specially picked tools to help you plan better.