{ "opencollection": "1.0.0", "info": { "name": "GitHub Markdown Render API", "version": "1.1.4" }, "items": [ { "info": { "name": "Render", "type": "folder" }, "items": [ { "info": { "name": "GitHub Render Markdown Document", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}/api/v3/markdown", "body": { "type": "json", "data": "{}" } }, "docs": "This API operation accepts a POST request to the /markdown endpoint and is used to render Markdown-formatted text into its processed output, typically HTML. When you send a Markdown document to this endpoint, it parses the Markdown syntax and returns the rendered result, allowing applications to convert user-written Markdown content into display-ready formatted text without implementing their own Markdown parser." }, { "info": { "name": "GitHub Render Markdown Document in Raw Mode", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}/api/v3/markdown/raw" }, "docs": "You must send Markdown as plain text (using a `Content-Type` header of `text/plain` or `text/x-markdown`) to this endpoint, rather than using JSON format. In raw mode, [GitHub Flavored Markdown](https://github.github.com/gfm/) is not supported and Markdown will be rendered in plain format like a README.md file. Markdown content must be 400 KB or less." } ] } ], "bundled": true }