This project is a Node.js application designed to upload Markdown files and convert them into HTML dynamically. It includes a user-friendly HTML form for file uploads and utilizes Multer for handling file uploads securely. Markdown-it is used to parse Markdown content and render it as HTML for display.
- Upload Markdown files
- Convert Markdown files to HTML
- Display the converted HTML with Tailwind CSS styling
-
Clone the repository:
git clone https://github.com/your-username/markdown-to-html-converter.git cd markdown-to-html-converter -
Install Dependencies:
npm install express multer markdown-it
-
Create necessary directories:
mkdir uploads
-
Run the server:
node app.js
-
Open your web browser and go to:
http://localhost:3000
Feel free to fork the repository and contribute to its development. Pull requests are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.