.md URL extension
Add.md to any page’s URL to view a Markdown version.
Accept header
Send a request withAccept: text/markdown or Accept: text/plain to any page URL to receive the Markdown version instead of HTML. This is useful for AI tools and integrations that programmatically fetch documentation content.
Keyboard shortcut
Press Command + C (Ctrl + C on Windows) to copy a page as Markdown to your clipboard.Agent feedback
When agent feedback is enabled, Markdown exports include an embedded feedback instruction block that lets AI agents programmatically report documentation issues. Agents can submit feedback by sending a POST request to the endpoint URL included in the Markdown output. The feedback instruction block appears at the top of every Markdown export and contains the endpoint URL and expected request format:| Field | Type | Required | Description |
|---|---|---|---|
path | string | Yes | The page path the feedback is about. |
feedback | string | Yes | A description of the documentation issue. |