MDEditor is a simple Markdown previewer that allows you to write and preview Markdown in real time. Built with HTML, CSS, and JavaScript, this project features a clean UI with both dark and light mode support. 🌗
- 📝 Live Markdown Editing
- 🎨 Dark / Light Mode Toggle
- 📜 Real-time Preview
- 🖋️ Syntax Highlighting for Code Blocks
- 🚀 Responsive Design
- Start typing Markdown in the editor section.
- The preview updates instantly on the right side.
- Use the theme toggle button to switch between light and dark mode.
- Click Reset to clear the editor.
# Clone the repository
git clone https://github.com/imaaryan/Markdown-Editor.git
cd markdown-previewer
# Open index.html in your browser- HTML5
- CSS3 (including variables for theme switching)
- JavaScript (Vanilla JS)
- Marked.js (for Markdown parsing)
Feel free to fork this repository and submit pull requests if you'd like to improve MDEditor! 🎯
This project is licensed under the MIT License.
🔗 GitHub Repo: Markdown Editor

