html.to-markdown
Convert raw HTML to clean, readable markdown. Strips unwanted elements like scripts and ads 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). |