CodableAIA Stacksona Company

Format HTML to Markdown

Converts common HTML structures into deterministic markdown while preserving links and headings.

Run tool

Form input

Output JSON


          

Work steps

    Inputs

    NameTypeRequiredDescription
    htmltextYesHtml

    Outputs

    NameTypeDescription
    markdowntextMarkdown
    workarrayWork

    Sample request

    {
      "html": "<h1>Title</h1><p>Hello <a href=\"https://example.com\">world</a></p>"
    }