A collection of HTML utilities, starting with an HTML/Markdown converter.
A simple web-based tool to convert between HTML and Markdown formats. The converter produces clean output without unnecessary styles, classes, or attributes.
- Convert HTML to Markdown
- Convert Markdown to HTML
- Clean, minimal output
- Copy to clipboard functionality
- Keyboard shortcuts for quick conversion
- Simple, responsive user interface
- Open
index.html
in your web browser - Choose conversion direction (HTML → Markdown or Markdown → HTML)
- Enter your text in the input field
- Click "Convert" or press Ctrl+Enter
- View the converted output
- Use "Copy" button to copy the result to clipboard
index.html
: main HTML file providing the user interface.script.js
: JavaScript file implementing the main logic, such as HTML/Markdown conversion and UI manipulation.style.css
: CSS file defining the application's style.package.json
: A file that manages project dependencies and metadata.LICENSE
: describes the MIT licence.README.md
: A file describing this project and how to use it.
- HTML5
- CSS3
- JavaScript
- Turndown.js for HTML to Markdown conversion
- Marked.js for Markdown to HTML conversion
MIT License - see the LICENSE file for details.