Toggle between modes: Switch between visual editor and source code view
| Shortcut | Action |
|---|---|
Ctrl + B |
Bold selected text |
Ctrl + I |
Italic selected text |
Ctrl + S |
Save content |
Ctrl + L |
Load content |
| Element | Syntax | Features |
|---|---|---|
| Headers | # H1 to ###### H6 |
Instant conversion after space |
| Bold | **bold** |
Real-time conversion after closing * |
| Italic | *italic* |
Real-time conversion after closing * |
| Code | `code` |
Inline and block code support |
| Lists | * item, 1. item |
Instant conversion, nested support |
| Tables | | col | col | |
Full GFM table support |
| Links | [text](url) |
Auto-detection on paste |
| Images |  |
Drag & drop support |
| Blockquotes | > quote |
Instant conversion after space |
| Strikethrough | ~~text~~ |
GFM extension support |