A simple and secure web service to convert Rich Text (HTML) to Markdown.
- Fast: Lightweight Node.js implementation.
- Secure: Uses
DOMPurifyfor sanitization andHelmetfor HTTP headers. - Easy to use: Clean web interface for instant conversion.
- Express - Web framework
- Turndown - HTML to Markdown converter
- DOMPurify - HTML sanitizer
- Pico.css - Minimal CSS framework
- Docker - Containerization
npm install
npm startdocker-compose up -dMIT