Format HTML to Markdown
Converts common HTML structures into deterministic markdown while preserving links and headings.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
html | text | Yes | Html |
Outputs
| Name | Type | Description |
|---|---|---|
markdown | text | Markdown |
work | array | Work |
Sample request
{
"html": "<h1>Title</h1><p>Hello <a href=\"https://example.com\">world</a></p>"
}