Tool

Markdown cheat sheet

A compact reference to the Markdown patterns you need most often, with a live example.

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 wantType this
Main heading# Title
Smaller heading## Section
Bold**important**
Italic*emphasis*
Link[label](https://example.com)
Image![description](images/photo.png)
Bullet- item
Numbered item1. 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

  1. Leave a blank line between different kinds of blocks when in doubt.
  2. Give links descriptive labels instead of pasting a long URL into prose.
  3. 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.

Markdown previewReady when you are
Live preview
Saturday field note

The basil made it through the cold week. I want to remember what helped, not just that it worked.

For next spring
Move the small pot closer to the kitchen window before the nights cool down.

Before I forget

☑ Bring the basil inside
☐ Start a new cutting
☐ Share the extra leaves

PlaceMorning light
Kitchen windowTwo hours
PorchMost of the morning

This stays plain text whether you view the source or write inline.

Your text stays in this browser tab. This example uses Cindermark, the open-source parser behind Ember. Markdown support can differ among tools.