{"name":"markdown_to_html","title":"Markdown to HTML Converter","category":"developer","description":"Convert a bounded Markdown subset (headings, bold/italic, links, lists, code) to HTML, with all literal text HTML-escaped.","price_usd":0.001,"input_schema":{"type":"object","properties":{"markdown":{"type":"string","description":"Markdown source to convert"}},"additionalProperties":false,"required":["markdown"]}}