#3 Quick Markdown Tips
Don't know where to start? Create a new blank page — you'll see hints right there showing you the basics.
You can also tap the MD button in the toolbar to peek at the raw Markdown anytime.
The essentials
| What you type | What you get |
|---|---|
# Title |
Heading 1 |
## Subtitle |
Heading 2 |
**bold** |
bold |
*italic* |
italic |
- item |
• bullet list |
1. item |
numbered list |
- [ ] task |
☐ task checkbox |
> quote |
blockquote |
\code`` |
inline code |
Code blocks
Wrap code with triple backticks:
your code here
Tables
| Name | Role |
|------|------|
| Alice | Dev |
That's it. You'll pick up the rest naturally as you write.