Markdown Editor is a user-friendly tool designed to help you quickly create and customize README files for your projects.
- Drag and Drop Interface: Easily manage sections with drag-and-drop functionality.
- Customizable Templates: Start with predefined templates or build from scratch.
- Markdown Support: Seamlessly write and format text using Markdown.
- Live Preview: See real-time changes as you edit.
- Easy Export: Export your README in Markdown, HTML, or plain text.
Local Installation:
- Clone the repo:
git clone https://github.com/muskansindhu/Markdown-Editor.git
- Install dependencies:
pip install -r requirements.txt
- Start the app:
python app.py
- Visit
http://localhost:5000