html_to_markdown
Convert HTML or a URL into clean, readable markdown by stripping scripts, styles, and navigation. Get structured content for easy parsing.
Instructions
Convert HTML content or a URL to clean, readable markdown. Removes scripts, styles, and navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to fetch and convert | |
| html | No | Raw HTML to convert (use instead of url) |