markdown_to_html
Convert Markdown text into HTML, including GFM tables, code blocks, and task lists for web-ready output.
Instructions
Convert Markdown text to HTML. Supports GFM (GitHub Flavored Markdown) including tables, code blocks, and task lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Markdown text to convert | |
| allow_html | No | Keep raw HTML from the input (default: false, HTML is escaped). Unsafe link schemes are always dropped. |