Markdown
Syntax | Rendered | Notes |
---|---|---|
**bold** | bold | You can also hit cmd / ctrl B on selected text or on a selected note to apply bold |
*italics* | italics | You can also hit cmd / ctrl I on selected text or on a selected note to apply italics |
~strikethrough~ | ||
# H1 | # H1 | |
## H2 | ## H2 | |
### H3 | ### H3 | |
`single line code` | single line code | |
- bullet point | * bullet point | Note that leading spaces and newlines are respected. You can create nested bulleted lists. |
[link](www.google.com) | link | |
- [ ] | * [ ] markdown checkbox | Note it needs to be in the form: - space [ space ] . You can create your checkbox filled in by typing - [x] . |
``` multiline code ``` | multiline code | |
-- | divider |
Markdown rendering

Click to edit
You can click in a selected note with markdown to start editing that note where you clicked. Click to edit is accurate in notes with a variety of markdown.