# Keyboard shortcuts

| **Bold**          | <p><strong><code>⌘/Ctrl</code> + <code>B</code></strong></p><p></p><p>Wrap your text with double asterisks <strong><code>\*\*</code></strong></p>                   |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Italic*          | <p><strong><code>⌘/Ctrl</code> + <code>I</code></strong></p><p></p><p>Wrap your text with a single asterisk <strong><code>\*</code></strong></p>                    |
| ~~Strikethrough~~ | <p><strong><code>⌘/Ctrl</code> + <code>Shift</code> + <code>S</code></strong></p><p></p><p>Wrap your text with double tildes <strong><code>\~\~</code></strong></p> |
| `Inline code`     | <p><strong><code>⌘/Ctrl</code> + <code>E</code></strong></p><p></p><p>Wrap your text with a single backtick <strong><code>\`</code></strong></p>                    |
| Hyperlink         | **`⌘/Ctrl` + `K`**                                                                                                                                                  |
| Blockquote        | Insert **`>`** and then press **`Space`** at the start of a new line                                                                                                |
| Code block        | Insert three angled backticks  **` ``` `**                                                                                                                          |
| Bullet list       | Insert **`*`** and then space **`Space`** at the start of a new line                                                                                                |
| Ordered list      | Insert **`1.`** and then space **`Space`** at the start of a new line                                                                                               |
| Undo              | **`⌘/Ctrl` + `Z`**                                                                                                                                                  |
| Redo              | **`⌘/Ctrl` + `Shift` + `Z`**                                                                                                                                        |
| Save              | **`⌘/Ctrl` + `S`**                                                                                                                                                  |
| Discard changes   | **`Esc`**                                                                                                                                                           |
