convert_markdown
Convert HTML to Markdown or Markdown to HTML. Transform web content into markdown format or convert markdown to HTML for display.
Instructions
Convert between HTML and Markdown formats.
Use this to transform web content into clean markdown or
convert markdown to HTML for display.
Parameters:
html — HTML content to convert to markdown (optional).
markdown — Markdown content to convert to HTML (optional).
Provide at least one parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| markdown | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |