+ html-to-markdown-conversion
> HTML to Markdown conversion
// Converts HTML content to Markdown format preserving structure
webconversionmarkdown
Converts HTML content to Markdown format preserving structure. Agents can request it by capability ID web.html_to_markdown, or by plain intent — EntRoute resolves phrases like “html to markdown”, “convert html markdown” and “html markdown” to this capability.
// aliases.json
These phrases resolve to this capability with intent-based discovery.
"html to markdown"
"convert html markdown"
"html markdown"
// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "web.html_to_markdown"}'
// endpoints.json
// No endpoints registered yet
List your API →// integrate.md
Use this capability in your agent or application:
// related capabilities