Url2Md is a powerful tool designed to convert URLs and HTML content into Markdown format. This project extends the functionality of the original urltomarkdown by adding a user-friendly interface that supports both POST requests for HTML and GET requests for URLs.
- Convert URLs to Markdown
- Convert HTML to Markdown
- User-friendly interface
- Supports both POST and GET requests
A pre-built Docker image is available for easy deployment. You can find it at Docker Hub.
To get started with Url2Md, follow these steps:
-
Clone the repository:
git clone https://github.com/akt311209/url2md.git
-
Build the Docker image:
docker build -t url2md .
-
Run the Docker container:
docker run -p 8080:8080 url2md
-
Access the application: Open your web browser and navigate to
http://localhost:8080
.
We welcome contributions to improve Url2Md. Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to the original urltomarkdown project for providing the foundation for this tool.