Live Preview
HTML Preview
How to use the Markdown Previewer
- Type or paste your Markdown into the editor on the left.
- The HTML preview updates live on the right as you type.
- Click Copy HTML to copy the rendered HTML to your clipboard.
What is Markdown?
Markdown is a lightweight markup language designed to be readable as plain text while converting cleanly to HTML. It was created by John Gruber in 2004 and is now the standard format for README files, documentation, blog posts, and comments on platforms like GitHub, Stack Overflow, and Reddit.
Markdown syntax quick reference
Headings use # symbols (# H1, ## H2). Bold uses **text**, italic uses *text*. Links use [label](url). Lists use - or 1. prefixes. Code blocks use triple backticks.