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
- Bold text and italic text
- Code blocks with syntax highlighting
- Tables and lists
- 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