> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## Markdown rendering for API components

ai, api-reference

Interactive API components now render as fenced code blocks and structured content in your site's Markdown output. AI agents consuming your docs via `.md` URLs, `llms.txt`, or `llms-full.txt` receive the full request and response examples without parsing HTML, reducing content disparity between the rendered page and its Markdown representation.

This applies to the following components:

* [`<EndpointRequestSnippet>`](/learn/docs/writing-content/components/request-snippet)
* [`<EndpointResponseSnippet>`](/learn/docs/writing-content/components/response-snippet)
* [`<EndpointSchemaSnippet>`](/learn/docs/writing-content/components/endpoint-schema-snippet)
* [`<RunnableEndpoint>`](/learn/docs/writing-content/components/runnable-endpoint)
* [`<WebhookPayloadSnippet>`](/learn/docs/writing-content/components/webhook-payload-snippet)
* [`<Schema>`](/learn/docs/writing-content/components/schema)
* [`<SchemaSnippet>`](/learn/docs/writing-content/components/schema-snippet)

Read the docs