Offline-first notes • Google Drive sync
| Syntax | Result |
|---|---|
# Heading 1 |
H1 |
## Heading 2 |
H2 |
### Heading 3 |
H3 |
**bold** |
bold |
*italic* |
italic |
~~strikethrough~~ |
|
[link](url) |
link |
 |
🖼 Image |
- item |
• Bullet list |
1. item |
1. Numbered list |
- [x] task |
☑ Task list |
> quote |
Blockquote |
`inline code` |
inline code |
```lang |
Code block |
--- |
|
| A | B | |
Table |