Trello. Power tips for power people
Markdown is super powerful. A breakdown of the most common uses is contained below. Full reference.
Bold text - Mark text in double asterisks, like **this**
, to make it bold.
Italic text - Mark text in single asterisks, like *this*
, or with underscores, _this_
, to make it italic.
Bullet point (unordered) list - Prefacing a line of text with a hyphen for each line will create an unordered list. For example:
- Item 1
- Item 2
- Item 3
Numbered list - Prefacing a line of text with a number at each line will create an ordered list. For example:
1. Item 1
2. Item 2
3. Item 3
Links - Create a link by putting the link text in brackets and the URL in parentheses, like [this](http://www.trello.com)
.
Embedded images - Embed an image by putting the link text in brackets and the image URL or path in parentheses, prefaced with an exclamation mark, like:

This works in card descriptions, but will not embed an image in a comment.
Indent text / Block Quotes - Indent text by including a “>” in front of each line of the text that you’d like to indent or quote.
> I have a dream
I have a dream
Headers — Add prepend hashes, #
.
# Title
## Sub Title
### Sub Heading
←
↓/J
↑/K
→
Navigate Cards
Pressing the arrow keys will select adjacent cards on a board. Pressing “j” will select the card below the current card. Pressing “k” will select the card above the current card.
C
Archive Card
Pressing “c” will archive a card.
F
Open Card Filter Menu
Use “f” to open the card filter menu. The search by title input is automatically focused.
M
Add / Remove Members
Pressing “m” opens the add / remove members menu. Clicking a member’s avatar will assign or unassign that person.