{"id":22791933,"url":"https://github.com/pooulad/html2markdown","last_synced_at":"2026-04-09T12:12:19.589Z","repository":{"id":267703870,"uuid":"901412303","full_name":"pooulad/html2markdown","owner":"pooulad","description":"🪄Easily convert html to markdown","archived":false,"fork":false,"pushed_at":"2024-12-12T00:16:30.000Z","size":2259,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T19:02:35.976Z","etag":null,"topics":["convertor","markdown","markup","mdx","nextjs","nextjs14","nextui","react-hot-toast","reactjs","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://html2markdown-online.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pooulad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-10T15:58:41.000Z","updated_at":"2024-12-12T00:13:38.000Z","dependencies_parsed_at":"2024-12-11T23:39:23.204Z","dependency_job_id":null,"html_url":"https://github.com/pooulad/html2markdown","commit_stats":null,"previous_names":["pooulad/html2markdown"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooulad%2Fhtml2markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooulad%2Fhtml2markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooulad%2Fhtml2markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooulad%2Fhtml2markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pooulad","download_url":"https://codeload.github.com/pooulad/html2markdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246351017,"owners_count":20763232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convertor","markdown","markup","mdx","nextjs","nextjs14","nextui","react-hot-toast","reactjs","tailwindcss","vercel"],"created_at":"2024-12-12T03:08:25.042Z","updated_at":"2025-12-30T20:29:07.051Z","avatar_url":"https://github.com/pooulad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML to Markdown Converter\n\nA simple, fast web-based tool to convert HTML content into Markdown format. The converter is built with **Next.js**, **React**, and **TailwindCSS**, ensuring modern design and smooth user experience.\n\n## ✨ Features\n\n- **Real-time Conversion**: Automatically converts HTML input into Markdown as you type.\n- **Clear and Copy Options**: \n  - Clear both input and output fields with a single click.\n  - Copy Markdown output to the clipboard effortlessly.\n- **Dark and Light Mode**: Seamlessly adapts to your system's theme preference.\n- **Modern UI**: Powered by TailwindCSS for a sleek and accessible interface.\n\n## 🚀 Live Demo\n\nCheck out the live demo of the converter: **[Live Demo](https://html2markdown-online.vercel.app/)**\n\n## 🛠 Installation\n\nFollow these steps to get the project running locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/pooulad/html2markdown.git\n   cd html2markdown\n   ```\n\n2. **Install dependencies:**:\n   ```bash\n   yarn install\n   ```\n\n3. **Run the development server:**:\n   ```bash\n   yarn dev\n   ```\n\n4. **Open http://localhost:3000 in your browser.**:\n\n## 📄 Usage\n\n1.  Enter or paste your HTML code in the **HTML Input** text area.\n2.  View the converted Markdown in the **Markdown Output** text area.\n3.  Use the **Copy** button to copy the Markdown to your clipboard.\n4.  Use the **Clear All** button to reset the input and output fields.\n\n## 🌄 Screenshot\n\n![HTML to Markdown Converter Screenshot-light mode](https://github.com/pooulad/html2markdown/blob/main/assets/images/screenshot_light.png)\n\n![HTML to Markdown Converter Screenshot-dark mode](https://github.com/pooulad/html2markdown/blob/main/assets/images/screenshot_dark.png)\n\n## 🛡️ Technologies Used\n\n-   **Next.js**: For building the React-based application.\n-   **React**: For the user interface.\n-   **TailwindCSS**: For modern styling.\n-   **Turndown.js**: For converting HTML to Markdown.\n-   **@nextui-org**: For add fast and modern React UI Library.\n-   **@next-mdx**: For render mdx file in nextjs project.\n\n## 👨‍💻 Contributing\n\nContributions are welcome! To contribute:\n\n1.  Fork the repository.\n2.  Create a feature branch:\n\n    bash\n\n    Copy code\n\n    `git checkout -b feature-name`\n\n3.  Commit your changes:\n\n    bash\n\n    Copy code\n\n    `git commit -m \"Add feature-name\"`\n\n4.  Push to your branch:\n\n    bash\n\n    Copy code\n\n    `git push origin feature-name`\n\n5.  Open a pull request.\n\n## 🛡️ License\n\nThis project is licensed under the MIT License.\n\n## 💬 FAQ\n\n### What is Markdown?\n\nMarkdown is a lightweight markup language that allows you to format plain text into structured documents, like headings, lists, and more.\n\n### Why use Markdown?\n\nMarkdown is platform-independent, easy to read and write, and can be converted to other formats like HTML or PDF.\n\n### Can I use this tool on mobile devices?\n\nYes! The application is fully responsive and works seamlessly on mobile, tablet, and desktop devices.\n\n## 🌟 Acknowledgements\n\n-   [Turndown.js](https://github.com/domchristie/turndown): The core library for converting HTML to Markdown.\n-   [Next.js](https://nextjs.org/): The powerful React framework.\n-   [TailwindCSS](https://tailwindcss.com/): For building the stunning UI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpooulad%2Fhtml2markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpooulad%2Fhtml2markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpooulad%2Fhtml2markdown/lists"}