Insert blocks
Text formatting
Syntax examples
Below are common Markdown syntax examples. Edit and compare with the live preview.
Headings
Use # through ###### for heading levels.
Emphasis
Bold, italic, bold italic, strikethrough
Lists
- Unordered item
- Nested item
- Todo
- Done
- Ordered item
- Second
- Third
Quotes & code
Blockquotes look like this.
Inline code and a fenced block:
function greet(name: string) {
return `Hello, ${name}!`;
}
Links
Tables
| Key | Example |
|---|---|
| Heading | ## Heading |
| Code | |
Tip: --- is a horizontal rule.