# Heading 1 | Heading 1 |
## Heading 2 | Heading 2 |
### Heading 3 | Heading 3 |
**bold text** | bold text |
*italic text* | italic text |
**_bold and italic_** | bold and italic |
~~strikethrough~~ |
- Item one | • Unordered item |
- Item two | • Unordered item |
1. First | 1. Ordered item |
2. Second | 2. Ordered item |
- Nested | ↳ Nested item (2-space indent) |
[label](https://url.com) | label |
 | Inline image |
[label](url "tooltip") | label with tooltip |
`inline code` | inline code |
```pythonprint("hi")``` | Fenced code block with language |
> quoted text | ❝ Blockquote |
--- | Horizontal rule |
| Col 1 | Col 2 ||-------|-------|| A | B |
|
Renders as a formatted table |
| :--- | | Left-align column |
| ---: | | Right-align column |
| :---: | | Center-align column |