Markdown

The following Markdown syntax is available to use in notes:
**bold** | bold | You can also hit cmd B / ctrl B on selected text or on a selected note to apply bold |
*italics* | italics | You can also hit cmd I / 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 |
| 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 | |
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 as well.
