Render markdown
gitlab_markdown_renderRender Markdown via GitLab to expand relative upload links and issue references into absolute URLs, particularly useful before downloading attachments.
Instructions
Renders markdown through GitLab so relative upload links and issue references are expanded to absolute URLs — handy before downloading attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gfm | No | Render as GitLab Flavored Markdown (default true) | |
| text | Yes | Markdown source | |
| project_id | No | Resolve references (#1, !2, @user) against this project |