← All Shortcuts

Markdown Keyboard Shortcuts & Commands (12)

12 Markdown shortcuts and commands.

Search all shortcuts interactively

Open Shortcut Finder

All Shortcuts

Syntax

ShortcutActionDescription
# HeadingHeading 1Create the largest heading.
## HeadingHeading 2Create second-level heading.
**bold**BoldMake text bold.
*italic*ItalicMake text italic.
[text](URL)LinkCreate a hyperlink.
![alt](URL)ImageInsert an image.
- itemListCreate unordered list.
1. itemNumbered listCreate ordered list.
```code```Code blockCreate a code block.
> quoteBlockquoteCreate a blockquote.
---DividerCreate horizontal rule.
| col | col |TableCreate a table.