| Element | Syntax |
|---|---|
| Heading 1 | # Heading |
| Heading 2 | ## Heading |
| Heading 3 | ### Heading |
| Bold | **bold text** |
| Italic | *italic text* |
| Strikethrough | ~~strikethrough~~ |
| Link | [title](url) |
| Image |  |
| Code | `code` |
| Code Block | ```language |
| Blockquote | > quote |
| Unordered List | - item |
| Ordered List | 1. item |
| Checklist | - [ ] task |
| Horizontal Rule | --- |
| Table | | H1 | H2 | |
| Table of Contents | [TOC] |
| Action | Shortcut |
|---|---|
| Save | Ctrl + S |
| Bold | Ctrl + B |
| Italic | Ctrl + I |
| Link | Ctrl + K |
| Find & Replace | Ctrl + F |
| Undo | Ctrl + Z |
| Redo | Ctrl + Y |
| Fullscreen | F11 |
| Reader Mode | F12 |
| Exit Mode | Esc |