Previsualizador gratuito de Markdown en línea
Write Markdown on the left and see a live rendered preview on the right. Supports headings, bold, italic, code blocks, tables, lists, and more.
Markdown Cheat Sheet
## Heading 2 · sub-heading
**bold** · bold text
*italic* · italic text
~~strike~~ ·
`code` ·
inline code
 · image
- item · unordered list
1. item · ordered list
> quote · blockquote
--- · horizontal rule
About Markdown
Markdown is a lightweight markup language created by John Gruber in 2004. It lets you write formatted text using plain text syntax that is easy to read and write. Markdown is used in GitHub READMEs, documentation sites, blogs (Jekyll, Hugo), note-taking apps (Obsidian, Notion), and messaging platforms (Slack, Discord).
Frequently Asked Questions
What Markdown features are supported?
This previewer supports headings, bold, italic, links, images, lists, blockquotes, code blocks with syntax highlighting, tables, horizontal rules, and strikethrough. It covers the CommonMark spec plus common extensions.
Can I export the rendered HTML?
You can copy the rendered output from the preview pane. For the raw HTML, right-click the preview and use your browser's "Inspect" or "View Source" feature to copy the generated markup.
Is my text saved?
No. Everything runs in your browser and nothing is stored or sent to a server. Close the tab and your text is gone. Copy your Markdown before leaving if you want to save it.