render_markdown
Convert Markdown text to HTML. Choose from GFM, comment, or plain mode, and optionally supply a repository context to resolve relative links.
Instructions
Render markdown text to HTML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Markdown text to render | |
| mode | No | Render mode: gfm, comment, or plain | |
| context | No | Context for resolving relative links (e.g. owner/repo) |