Mark
Pro
Markdown
0 words
Update
Clear
Preview
Copy HTML
Raw HTML
Markdown Cheatsheet
Headers
# Heading 1
Largest heading
## Heading 2
Second largest heading
### Heading 3
Third largest heading
Emphasis
*italic* or _italic_
Italic text
**bold** or __bold__
Bold text
~~strikethrough~~
Strikethrough text
Lists
1. First item
2. Second item
Ordered list
* Item
* Another item
Unordered list with *
Links & Images
[Link text](URL)
Hyperlink

Image
Code
`inline code`
Inline code
```
code block
```
Code block
```javascript
// JS code
```
Syntax highlighted code
Other
> Blockquote
Blockquote
--- or ***
Horizontal rule
| Header | Header |
| ------ | ------ |
| Cell | Cell |
Table
Settings
Appearance
Dark Mode
Switch between light and dark theme
Editor
Auto-save Content
Save content to local storage automatically
Auto-save content
Real-time Preview
Update preview as you type
Real-time preview
Markdown Options
Convert Line Breaks
Treat newlines as paragraph breaks
Convert line breaks
Sanitize HTML
Remove potentially dangerous HTML
Sanitize HTML
Keyboard Shortcuts
Ctrl
+
B
Bold
Ctrl
+
I
Italic
Ctrl
+
K
Link
Ctrl
+
H
Heading
Ctrl
+
Shift
+
S
Update Preview