# Editor shortcuts
You can edit and format content a few different ways depending on what makes you happy and productive.
| action | shortcut command | markdown shortcut | menu bar item | 
|---|---|---|---|
| bold | ctrl+borcmd+b | **text**,__text__ | ✔️ | 
| italic | ctrl+iorcmd+i | _text_,*text* | ✔️ | 
| strikethrough | ctrl+dorcmd+d | ~text~ | ✔️ | 
| underline | ctrl+uorcmd+u | ✔️ | |
| inline code code enabled | code | ✔️ | |
| heading level 1 | shift+ctrl+1 | # heading | ✔️ | 
| heading level 2 | shift+ctrl+2 | ## heading | ✔️ | 
| heading level 3 | shift+ctrl+3 | ### heading | ✔️ | 
| bullet list item | shift+ctrl+8 | * item,- item | ✔️ | 
| ordered list item | shift+ctrl+9 | 1.item, 2.item, etc. | ✔️ | 
| blockquote | > quote | ✔️ | |
| generic code block code enabled | ``` + space | ✔️ | |
| language-specific code block code enabled | ``` + language | ||
| horizontal rule | --- | ✔️ | |
| to-do item | ✔️ | ||
| presentation slide | ✔️ | ||
| table | ✔️ | ||
| undo | ctrl+zorcmd+z | ✔️ | |
| save document | ctrl+sorcmd+s |