Markdown Keyboard Shortcuts
timestamp1533543360001
New
Writing Markdown is pretty quick right out of the box, but you can now speed it up even further by getting to know the keyboard shortcuts:
Result | Markdown | Shortcut |
---|---|---|
Bold | **text** | Ctrl/⌘ + b |
Emphasize | *text* | Ctrl/⌘ + i |
Underline | ++text++ | Ctrl/⌘ + Alt + u |
~~text~~ | Ctrl/⌘ + Alt + t | |
Link | [label](https://) | Ctrl/⌘ + Alt + l |
Inline Code | `code` | Ctrl/⌘ + Alt + c |
Image | ![alt](https://) | Ctrl/⌘ + m |
Ordered List | 1. item | Ctrl/⌘ + Alt + n |
Bulleted List | * item | Ctrl/⌘ + Alt + b |
Blockquote | > quote | Ctrl/⌘ + q |
Did you like this update?