ezgif.com-optimize.gif

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:

ResultMarkdownShortcut
Bold**text**Ctrl/⌘ + b
Emphasize*text*Ctrl/⌘ + i
Underline++text++Ctrl/⌘ + Alt + u
Strike-through~~text~~Ctrl/⌘ + Alt + t
Link[label](https://)Ctrl/⌘ + Alt + l
Inline Code`code`Ctrl/⌘ + Alt + c
Image![alt](https://)Ctrl/⌘ + m
Ordered List1. itemCtrl/⌘ + Alt + n
Bulleted List* itemCtrl/⌘ + Alt + b
Blockquote> quoteCtrl/⌘ + q

Read our Markdown formatting guide