TOOLBOX

Markdown Preview

Markdown preview

Markdown is a plain-text syntax that renders to HTML — # for headings, **bold**, - for lists, [text](url) for links. Type Markdown on the left and see it rendered live on the right, then copy the generated HTML. Everything runs in your browser.

Frequently asked questions

What is Markdown?
A lightweight plain-text formatting syntax that converts to HTML — # headings, ** bold, - lists. Used for READMEs, docs, and notes.
How do I convert Markdown to HTML?
Paste Markdown in the editor; it renders to HTML live and you can copy the generated HTML. All in your browser.
Basic Markdown rules?
# to ###### headings, **bold**, *italic*, - lists, 1. numbered, > quotes, `code`, [text](url) links. Blank line = new paragraph.