Markdown Guide
Formatting tips for tasks, notes and descriptions.
Basic formatting
- Bold:
**bold** - Italic:
*italic* - Inline code:
`code` - Links:
[label](https://example.com)
Lists
Use dashes or numbers for lists:
- Item one - Item two 1. First 2. Second
Tips
- Double-click a task to edit — Markdown will render in the note area.
- For long notes, use paragraphs separated by a blank line.