Markdown to HTML
text_markdown_to_htmlConvert Markdown text to HTML. Use when rendering Markdown content for web display or email templates. Returns sanitized HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gfm | No | Enable GitHub Flavored Markdown | |
| markdown | Yes | Markdown source text | |
| sanitize | No | Strip script tags, event handlers, iframes, objects, and embeds |