{"ok":true,"tool":"Markdown to HTML Converter","operation":"markdown-to-html","description":"Convert Markdown text to HTML.","method":"POST","endpoint":"/api/markdown-to-html","webUrl":"https://toolhub-5eo.pages.dev/tools/markdown-to-html","parameters":{"type":"object","properties":{"markdown":{"type":"string","description":"Markdown text to convert"}},"required":["markdown"]},"response":{"type":"object","properties":{"html":{"type":"string"}}},"example":{"request":{"markdown":"# Hello\n\n**bold** text"},"response_shape":{"type":"object","properties":{"html":{"type":"string"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/markdown-to-html. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  markdown (string, required) — Markdown text to convert","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/markdown-to-html -H \"Content-Type: application/json\" -d '{\"markdown\":\"# Hello\\n\\n**bold** text\"}'"}