Markdown Editor

Edit

Words: 0 Characters: 0 Autosave enabled

Preview

Markdown Cheat Sheet

# Heading 1
Level 1 heading
## Heading 2
Level 2 heading
**Bold text**
Bold formatting
*Italic text*
Italic formatting
[Link text](URL)
Hyperlink
![Alt text](image.jpg)
Image
- Item 1
- Item 2
Unordered list
1. First item
2. Second item
Ordered list
`inline code`
Inline code
```
Code block
```
Code block
> Blockquote
Blockquote
Line with two spaces at end→
Next line
Line break (Shift+Enter)

Keyboard Shortcuts

Ctrl + B Bold
Ctrl + I Italic
Ctrl + K Link
Ctrl + 1-6 Heading 1-6
Ctrl + ` Code
Ctrl + L List
Tab Indent
Shift + Enter Line Break
Ctrl + Z Undo
Ctrl + Y Redo
Ctrl + S Save
Ctrl + E Export
Esc Exit Fullscreen

Note: On Mac, use ⌘ Command instead of Ctrl