Add Markdown for Agents limits note#28309
Merged
elithrar merged 1 commit intoproductionfrom Feb 13, 2026
Merged
Conversation
Co-authored-by: elithrar <elithrar@users.noreply.github.com>
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
|
Preview URL: https://79f66ab1.preview.developers.cloudflare.com Files with changes (up to 15) |
Collaborator
|
/bonk revalidate |
Contributor
Author
|
The preview renders correctly. The note admonition appears properly in the Limitations section with the two bullet points clearly visible. Validation summary:
No issues found. This PR is ready to merge. |
caley-b
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The CI environment doesn't have the right Node version for full validation. The change is straightforward MDX content - a Starlight
:::noteadmonition directive, which is standard syntax used throughout the docs.Here's a summary of the change:
File:
src/content/docs/fundamentals/reference/markdown-for-agents.mdxAdded a
:::noteadmonition in the Limitations section documenting two conditions where Markdown for Agents will not return a converted Markdown response:content-lengthheader.content-lengthexceeds 1 MB (1,048,576 bytes).The note also clarifies that in these cases, the original HTML response is returned instead.
Closes #28308
github run