Oskar Austegard

web2md: HTML to Markdown Converter

A web-based utility for converting HTML content, either from a live URL or raw source code, into clean Markdown.

Live Demo Source Code

Overview

web2md is a handy tool for developers, writers, and content managers who need to quickly transform a webpage or a snippet of HTML into Markdown. It provides a live-editing environment and supports multiple extraction engines to give you the best possible result.

Features

Usage

  1. Open the web2md tool.
  2. To convert a URL:
    • Enter the URL in the input field and click Load.
    • The HTML content will appear in the editor, and the Markdown output will be generated below.
  3. To convert raw HTML:
    • Paste your HTML code directly into the editor.
    • The Markdown output will update in real-time.
  4. Use the dropdown menu to switch between the html2text and trafilatura extractors to compare results.

Technical Details

Credits


For issues, feature requests, or contributions, please open an issue on GitHub.