Welcome to Modern Markdown Preview
This is a live preview editor where you can write and preview markdown in real-time.
Features
- ✨ Live Preview - See your changes instantly
- 🔄 Two-way Sync - Edit and save directly to your local files
- 🎨 Dark Mode - Easy on the eyes
- 📁 Drag & Drop - Drop any .md file to open it
Getting Started
- Click the Open button or drag a markdown file here
- Start editing in the left panel
- See your preview in the right panel
- Changes auto-save to your file (after 2 seconds of inactivity)
Markdown Examples
Text Formatting
italic or italic
bold or bold
strikethrough
Lists
Task List
Code
function greet(name) {
return `Hello, ${name}!`;
}
Blockquotes
This is a blockquote. It can span multiple lines.
Tables
| Feature | Status |
|---|
| Editor | ✅ |
| Preview | ✅ |
| Auto-save | ✅ |
Happy writing! 🚀