Markdown mirror of a page

Every public page has a markdown twin at its path plus '.md' (the homepage's is /index.md). The same representation is served at the canonical URL via content negotiation: request any page with 'Accept: text/markdown'. Responses carry 'Vary: Accept'.

get/{page}.md

Path parameters

pagestring required
Example:pricing

Page path without leading slash, e.g. 'index', 'pricing', 'docs/quick-start', 'blog/query-fan-out'.

Response

The page as markdown.

Changes

No recorded changes to this endpoint across all 1 revision of this API.