What is Markdown?
Markdown is a simple way to format text using plain characters that are easy to read and write. It's the standard for README files on GitHub, documentation, forum posts, and note-taking apps. You write with simple marks — # for headings, **bold**, *italic*, - for lists — and it renders as clean formatted text.
Markdown quick reference
# Heading— headings (more # for smaller)**bold**and*italic*— emphasis- itemor1. item— bullet and numbered lists[text](url)— links`code`and triple-backticks — inline and block code> quote— blockquotes
Private and instant
The preview renders entirely in your browser as you type — nothing is uploaded. Copy the generated HTML with one click to paste into a website or email. Need to count your words? Use the word counter.