Welcome to MDX Editor



This content originally appeared on DEV Community and was authored by Karthikeyan

Welcome to MDX Editor

This is a beautiful and powerful MDX editor with live preview.

Features

  • 📝 Live markdown preview
  • 🎨 Syntax highlighting
  • 📱 Responsive design
  • 💾 Auto-save functionality
  • ⌨ Keyboard shortcuts

Code Example

function hello(name) {
  console.log(`Hello, ${name}!`);
}

hello('World');

Lists

Todo List

  • [x] Create beautiful UI
  • [x] Add live preview
  • [ ] Add more features
  • [ ] Deploy to production

Features List

  1. Bold text and italic text
  2. Code blocks with syntax highlighting
  3. Tables and lists
  4. Links and images

Blockquote

“The best way to predict the future is to create it.”
— Peter Drucker

Happy writing! 🚀


This content originally appeared on DEV Community and was authored by Karthikeyan