Markdown Editor
Live Markdown Editor
Write markdown with real-time preview and export options
0 words • 0 characters
Markdown Editor
Editor
Preview
Welcome to Markdown Editor
This is a live preview markdown editor with syntax highlighting and export options.
Features
- ✅ Real-time preview
- ✅ Syntax highlighting
- ✅ Export to HTML/PDF
- ✅ Local storage
- ✅ Full-screen mode
Code Example
``javascript
Hello, ${name}!
function greet(name) {
return ;
}
console.log(greet('World'));
``
Lists
Unordered List
- Item 1
- Item 2
- Nested item
- Another nested item
Ordered List
Links and Images
Tables
| Feature | Status | Priority |
|---------|--------|----------|
| Editor | ✅ Done | High |
| Preview | ✅ Done | High |
| Export | ✅ Done | Medium |
Blockquotes
"The best way to predict the future is to invent it." - Alan Kay
Emphasis
Italic text and bold text and bold italic text.
You can also use strikethrough text.
Happy writing! 🚀
Export Options