📝
Markdown Editor
✏️
Edit
⚡
Split
👁️
Preview
Live Preview
📋
Copy
⬇️
Download MD
📄
Export PDF
Editor
# Welcome to Markdown Editor ## Features - **Live Preview**: See your markdown rendered in real-time - **Syntax Highlighting**: Code blocks with beautiful syntax highlighting - **Split View**: Edit and preview side by side - **Export**: Download your work as markdown ## Example Code Block ```javascript function greet(name) { console.log(`Hello, ${name}!`); } greet('World'); ``` ## List Example 1. First item 2. Second item - Nested item - Another nested item ## Blockquote > This is a blockquote. You can use it to highlight important information or quotes. ## Table Example | Feature | Status | |---------|--------| | Preview | ✅ | | Export | ✅ | | Highlighting | ✅ | Happy writing! 🚀
Preview