Convert HTML to Markdown with ease using the "htmlmarkdowner" tool. This web-based converter is built with Svelte and Vite, making it fast and efficient. It utilizes the Turndown library for the actual HTML to Markdown conversion.
-
Convert HTML to Markdown.
-
User-friendly web interface.
-
Lightweight and easy to use.
- Clone the repository and change directory to the project:
git clone https://github.com/ikshyza/html-to-markdown.git
and then
cd htmlmarkdowner
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to http://localhost:5173/ to access the converter.
-
Paste your HTML content into the input textarea.
-
Click the "Convert" button to convert the HTML to Markdown.
-
Copy the generated Markdown content to your clipboard or save it.
The HTML to Markdown Converter relies on the following dependencies:
-
Svelte (`^4.0.5`): A JavaScript framework for building user interfaces.
-
Vite (`^4.4.2`): A build tool that serves your code during development.
-
@sveltejs/adapter-auto (`^2.0.0`): SvelteKit adapter for generating static sites.
-
@sveltejs/kit (`^1.20.4`): SvelteKit, a framework for building web applications.
-
@friendofsvelte/tipex (`^0.0.1-meta.2`): A goto library for Text Editing in Svelte.
-
turndown (`^7.1.2`): A library for converting HTML to Markdown.
Please make sure to check their respective documentation for more information on how these dependencies work.