html.to-markdown
Convert raw HTML into clean markdown. Strips scripts, nav, ads, and extracts main content while preserving headings, links, and lists.
Instructions
Convert raw HTML you already have into clean reading markdown (no URL fetch). POST { html }. Strips scripts/nav/ads, extracts main content, preserves headings/links/lists. For fetching a live URL use url.clean instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML (<=2MB). |