render_markdown
Convert Markdown text to styled HTML for web display, supporting themes and relative image paths in the agent-reader MCP server.
Instructions
Render markdown text into styled HTML
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Markdown source content | |
| source_path | No | Source markdown path for relative images | |
| theme | No | Theme name | |
| auto_open | No | Open output automatically (ignored in MCP) | |
| return_content | No | Return inline HTML content directly |