Zewp
.com
// Markdown Editor
B
I
S
<>
{ }
H1
H2
•
1.
>
🔗
🖼
—
Split
↓ .md
↓ .html
MARKDOWN
0 words
# Welcome to Markdown Editor A **fast**, minimal markdown editor with live preview. ## Features - **Bold**, *italic*, ~~strikethrough~~ - `inline code` and code blocks - Lists (ordered and unordered) - Blockquotes - Tables - Links and images - Horizontal rules ## Code Example ``` function greet(name) { return `Hello, ${name}!`; } ``` > "Simplicity is the ultimate sophistication." — Leonardo da Vinci ## Table | Feature | Status | |---------|--------| | Bold | ✓ | | Italic | ✓ | | Code | ✓ | | Tables | ✓ | --- Made with ♥ by [Zewp.com](https://zewp.com)
PREVIEW