.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.
Audience-specific content
Use the visibility component to customize content for each human and AI audiences. Content wrapped in<Visibility for="humans"> appears on the web page, but not in Markdown output. Content wrapped in <Visibility for="agents"> appears in Markdown output, but not on the web page.