Markdown and Keyboard Shortcuts

Chi
Chi
  • Updated

Markdown Shortcuts

We support the following Markdown shortcuts:

## Headers
### Headers
#### Headers
**Bold text**
~~Strikethrough~~
- Bullet points
* Bullet points
1. Numbered lists
[] Checkboxes
[]() Links
`Inline code block`
> Blockquote
``` Code block

Keyboard Shortcuts

We support the following keyboard shortcuts:

  • CMD/CTRL + B — Bold
  • CMD/CTRL + I — Italicise
  • CMD/CTRL + U — Underline
  • CMD/CTRL + Z — Undo
  • CMD/CTRL + Shift + Z — Redo

Was this article helpful?