html_to_markdown
Convert HTML to clean Markdown with GFM support for tables and strikethrough. Ideal for scraping web content for LLM processing.
Instructions
Convert HTML content to clean Markdown. Supports GitHub Flavored Markdown with tables and strikethrough. Useful for scraping web content for LLM processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gfm | No | Use GitHub Flavored Markdown (default: true) | |
| html | Yes | HTML content to convert | |
| strip_tags | No | Comma-separated tags to strip (e.g., "script,style,nav") |