Format text without leaving the keyboard with Markdown shortcuts.
What you'll need
- Markdown shortcuts are available on all ClickUp plans.
- Everyone, including guests, can use Markdown shortcuts.
Enable Markdown shortcuts
To enable Markdown shortcuts:
- In the upper-right corner, click your personal avatar and select Settings.
- Scroll down to the Preferences section and enable Markdown.
- Click Save changes.
Use the Markdown Slash Command
You can insert markdown using the Markdown /Slash Command:
- Copy some markdown formatted content to your clipboard.
- Type
/md. - Paste the copied markdown content into the prompt.
- Click Paste.

Shortcuts
The following Markdown shortcuts are available:
| Type | Shortcut |
| Bold |
*bold* Bold important words or bring attention to a change. |
| Italic |
_italic_ Italicize words for emphasis. |
| Strikethrough |
~strike~ Strikethrough text to track changes. |
| Bullet |
- Bullet words or sentences to create an unordered list. |
| Numbered |
1. Number words or sentences to create an ordered list. |
| Checkbox |
[] Create a list of items that need to be completed. |
| Block Quote |
> Use to directly quote text.Type > followed by a space to start the quote. To move to the next line, click Shift + Enter on PC or Shift + Return on Mac. To end formatting, press Enter on PC or Return on Mac. |
| Inline Code |
`code` Use to indicate code snippets in regular text. |
| Code Block |
` Use to maintain code spacing. It will also attempt to highlight the code syntax. followed by a space to start the code block. To end formatting, press Enter on PC or Return on Mac three times. |
| Divider | Use a divider to differentiate between different topics or categories. Type --- or *** followed by a space to start the code block. |
| Heading 1 |
#Type # followed by a space to start the heading 1 formatting. |
| Heading 2 |
##Type ## followed by a space to start the heading 2 formatting. |
| Heading 3 |
###Type ### followed by a space to start the heading 3 formatting. |
| Heading 4 |
####Type #### followed by a space to start the heading 4 formatting. |