{
  "slug": "html-to-markdown",
  "name": "gizza-ai/html-to-markdown",
  "version": "0.1.0",
  "title": "HTML to Markdown Converter — gizza.ai",
  "description": "Convert HTML into clean Markdown instantly in your browser — preserves headings, links, lists, code blocks, tables, and emphasis. Free, private, no upload, no sign-up.",
  "tags": [
    "html to markdown",
    "html2md",
    "markdown converter",
    "convert html",
    "web scraping cleanup",
    "rich text to markdown"
  ],
  "category": "documents",
  "urls": {
    "page": "https://gizza.ai/tools/html-to-markdown/",
    "markdown": "https://gizza.ai/tools/html-to-markdown/index.md",
    "descriptor": "https://gizza.ai/tools/html-to-markdown/tool.json",
    "deep_link_example": "https://gizza.ai/tools/html-to-markdown/?html=%3Ch1%3ETitle%3C%2Fh1%3E%3Cp%3EHello%20%3Ca%20href%3D%22https%3A%2F%2Fx%22%3Eworld%3C%2Fa%3E%3C%2Fp%3E"
  },
  "cli": "gizza tool html-to-markdown '<h1>Title</h1><p>Hello <a href=\"https://x\">world</a></p>'",
  "tool": {
    "description": "Convert an HTML fragment or page body into clean Markdown, preserving headings, links, lists, code blocks, tables, blockquotes, and emphasis. Pass the HTML as `html`.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "html": {
          "description": "The HTML fragment or page body to convert to Markdown.",
          "type": "string"
        }
      },
      "required": [
        "html"
      ],
      "type": "object"
    }
  }
}