Editing
| Action | Shortcut | What it does |
|---|---|---|
| Undo | Ctrl + Z | Restores the previous editor state |
| Redo | Ctrl + Y | Restores the next editor state |
| Redo | Ctrl + Shift + Z | Alternative redo shortcut |
BIDI-ready static editor
Write, preview, highlight code, shape images, and download Markdown without a backend.
Pick a grid size or use the inputs above.
Select images to bundle and name their local files.
Keyboard cheat sheet
| Action | Shortcut | What it does |
|---|---|---|
| Undo | Ctrl + Z | Restores the previous editor state |
| Redo | Ctrl + Y | Restores the next editor state |
| Redo | Ctrl + Shift + Z | Alternative redo shortcut |
| Action | Shortcut | Syntax |
|---|---|---|
| Bold | Ctrl + B | **text** |
| Italic | Ctrl + I | *text* |
| Underline | Ctrl + U | <u>text</u> |
| Strikethrough | Ctrl + Shift + X | ~~text~~ |
| Highlight | Ctrl + Shift + H | ==text== |
| Action | Shortcut | Syntax |
|---|---|---|
| Heading 1 | Ctrl + 1 | # Heading |
| Heading 2 | Ctrl + 2 | ## Heading |
| Heading 3 | Ctrl + 3 | ### Heading |
| Increase level | Ctrl + = | Adds # |
| Decrease level | Ctrl + - | Removes # |
| Action | Shortcut | Syntax |
|---|---|---|
| Insert Link | Ctrl + K | [Title](URL) |
| Insert Image | Ctrl + Shift + I |  |
| Inline Code | Ctrl + E or Ctrl + ` | `code` |
| Code Block | Ctrl + Shift + C or Ctrl + Shift + ` | ``` |
Use Cmd instead of Ctrl on macOS. Shortcuts work while the editor is focused.