No file

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

  1. Click the Open button or drag a markdown file here
  2. Start editing in the left panel
  3. See your preview in the right panel
  4. Changes auto-save to your file (after 2 seconds of inactivity)

Markdown Examples

Text Formatting

italic or italic bold or bold strikethrough

Lists

  • Item 1
  • Item 2
    • Nested item
  • Item 3

Task List

  • Completed task
  • Pending task
  • Another task

Code

function greet(name) {
  return `Hello, ${name}!`;
}

Blockquotes

This is a blockquote. It can span multiple lines.

Tables

FeatureStatus
Editor
Preview
Auto-save

Happy writing! 🚀

No file
Saved
Words: 201Chars: 1081