This is the short version: the Markdown patterns you will reach for while writing a note. The live example below lets you test them without creating an account.
| What you want | Type this |
|---|---|
| Main heading | # Title |
| Smaller heading | ## Section |
| Bold | **important** |
| Italic | *emphasis* |
| Link | [label](https://example.com) |
| Image |  |
| Bullet | - item |
| Numbered item | 1. item |
| Task | - [ ] item |
| Quote | > quoted text |
| Inline code | `command` |
For a fenced code block, put three backticks on a line before and after the code. Add a language name after the opening fence when the destination supports syntax highlighting.
Three habits that help
- Leave a blank line between different kinds of blocks when in doubt.
- Give links descriptive labels instead of pasting a long URL into prose.
- Keep image and attachment files with the note when you move it.
Task lists, tables, and other extensions may differ by app. For examples and caveats, read the full syntax guide. For the format's shared core, see CommonMark.