render_markdown
Convert Markdown source into a complete HTML document with an optional title. Use this tool to transform raw Markdown into browser-ready HTML for display in MCP clients.
Instructions
Render a Markdown string to an HTML document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | HTML document title | |
| markdown | Yes | Markdown source |