{ "opencollection": "1.0.0", "info": { "name": "GitHub Markdown Raw API", "version": "1.1.4" }, "items": [ { "info": { "name": "Raw", "type": "folder" }, "items": [ { "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 }