Hereβs a clean and handy Markdown cheat sheet for quick reference:
π Basic Formatting
| Syntax | Output |
|---|---|
**bold** | bold |
*italic* | italic |
~~strikethrough~~ | |
`inline code` | inline code |
[text](url) | text |
π’ Headings
# H1
## H2
### H3
#### H4
##### H5
###### H6π Lists
Unordered List:
- Item 1
- Item 2
- SubitemOrdered List:
1. First
2. Second
3. Subitemπ Tables
| Header 1 | Header 2 |
|----------|----------|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |π¦ Blockquotes & Code Blocks
Blockquote:
> This is a quote.Code block:
Example:
π Images
π Horizontal Line
---β Task List
- [x] Done
- [ ] To doLet me know if you want a PDF or printable version!