A sleek, responsive Markdown Editor that allows you to write and preview Markdown in real-time, with dark and light mode support.
- Real-time Markdown Rendering: Instantly see your Markdown converted to HTML
- Dark/Light Mode Toggle: Switch between themes for comfortable editing
- Responsive Design: Works perfectly on desktop, tablet, and mobile
- Copy to Clipboard: Easily copy your rendered Markdown
- Reset Functionality: Quick way to clear your content
- Tab Support: Use tab key for indentation in the editor
- A modern web browser
- Text editor (for code modifications)
-
Clone the repository:
git clone https://github.com/yourusername/markdown-editor.git
-
Open the
index.htmlfile in your browser
markdown-editor/
β
βββ index.html # Main HTML file
βββ style.css # Styling for the application
βββ script.js # JavaScript functionality
βββ README.md # Project documentation
- HTML5
- CSS3
- JavaScript
- Marked.js - Markdown parsing library
Easily modify the color schemes in style.css:
- Light Theme Variables
- Dark Theme Variables
Customize the .markdown-body class to change how rendered Markdown looks.
- Ensure you're using a modern browser
- Check console for any JavaScript errors
- Verify that all files are in the same directory
Project Link: [https://markdown-editorial.netlify.app/]
Happy Markdown Editing! π
