Markdown to HTML
Convert Markdown to clean HTML with live preview.
Markdown
Markdown syntax
Markdown converts plain text to HTML. Created by John Gruber in 2004, it is used in GitHub READMEs, documentation, blogs, and note-taking apps.
- # H1 ## H2 ### H3
- **bold** *italic* ~~strikethrough~~
- - list item 1. ordered > quote
- [text](url) 
Formula / How it works
Supports: headings (#, ##, ###), bold (**), italic (*), code (`), blockquotes (>), lists (- and 1.), links, images and horizontal rules (---).