minify_html
Reduce HTML file size by stripping whitespace and comments for faster load times.
Instructions
Minify HTML by removing whitespace and comments.
Parameters:
html — HTML content to minify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |