Markdown is a lightweight markup language that allows you to format text efficiently using plain text syntax. Here's a quick reference for using Markdown and editor shortcuts to streamline your content creation.
✏️ Editor Shortcuts
Use these keyboard combinations to format text and manage your content quickly:
Action | Shortcut |
---|---|
Bold | CTRL + B |
Italic | CTRL + I |
Underline | CTRL + U |
Undo | CTRL + Z |
Redo | CTRL + Y |
Insert Link | CTRL + K |
🛠️ Markdown Formatting
Markdown lets you use simple symbols to apply formatting directly in the text. Below are commonly used elements:
Headers
Syntax | Result |
---|---|
# + SPACE | Header 1 |
## + SPACE | Header 2 |
### + SPACE | Header 3 |
#### + SPACE | Header 4 |
Other Formatting
Format | Syntax |
---|---|
Bulleted list | - or * then SPACE |
Numbered list | 1. then SPACE |
Italic | *TEXT* |
Bold | **TEXT** |
Horizontal divider | --- then SPACE |