open_in_magzdown
Render markdown into a typeset, paginated document link without uploading files. The content is encoded in the URL, so the link itself becomes the document for sharing.
Instructions
Render markdown as a typeset, paginated document at a Magzdown URL. Returns the link; hand it to the user as a markdown link instead of pasting the raw markdown. The document is encoded in the URL, nothing is uploaded, so the link is the document: anyone holding it can read the content. Ask the user before creating a link, and do not encode secrets, personal data, or material marked confidential. Keep markdown under about 100 KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title, used as the link text in the response. | |
| markdown | Yes | The markdown document to render. |