Markdown Keyboard Shortcuts & Commands (12)
12 Markdown shortcuts and commands.
Search all shortcuts interactively
Open Shortcut FinderAll Shortcuts
Syntax
| Shortcut | Action | Description |
|---|---|---|
| # Heading | Heading 1 | Create the largest heading. |
| ## Heading | Heading 2 | Create second-level heading. |
| **bold** | Bold | Make text bold. |
| *italic* | Italic | Make text italic. |
| [text](URL) | Link | Create a hyperlink. |
|  | Image | Insert an image. |
| - item | List | Create unordered list. |
| 1. item | Numbered list | Create ordered list. |
| ```code``` | Code block | Create a code block. |
| > quote | Blockquote | Create a blockquote. |
| --- | Divider | Create horizontal rule. |
| | col | col | | Table | Create a table. |