Markdown is a lightweight way to format plain text that converts cleanly to HTML. Below is a practical reference for the syntax you'll reach for most. Paste any example into the live editor to see it render instantly.
Headings
# Heading 1Largest heading## Heading 2Section heading### Heading 3Sub-section headingEmphasis
**bold**bold text_italic_italic text~~strikethrough~~struck-through text**_bold italic_**bold and italicLists
- Item
- Item
- NestedBulleted list1. First
2. SecondNumbered list- [ ] To do
- [x] DoneTask listLinks & images
[label](https://example.com)A hyperlinkAn embedded imageCode
`inline code`Inline monospace```js
const x = 1;
```Fenced code block with syntax highlightingBlockquotes
> Quoted textAn indented quoteTables
| A | B |
| - | - |
| 1 | 2 |A two-column tableHorizontal rule
---A divider lineTry it live
The best way to learn Markdown is to write it and watch it render. Open the free Markdown editor, paste any of the examples above, and you'll see the formatted result update as you type. When you're done, you can publish it to a link in one click.