Skip to content

Fix MDX parse error in upgrade guide prompts#3227

Merged
jlowin merged 1 commit intomainfrom
fix/docs-mdx-curly-brace-parse-error
Feb 19, 2026
Merged

Fix MDX parse error in upgrade guide prompts#3227
jlowin merged 1 commit intomainfrom
fix/docs-mdx-curly-brace-parse-error

Conversation

@jlowin
Copy link
Copy Markdown
Member

@jlowin jlowin commented Feb 19, 2026

The broken-links doc check was failing with an Acorn parse error because curly braces inside the <Prompt> components were being interpreted as JSX expressions rather than literal text.

Wrapping the dict examples in backticks fixes the parse error and is the right call anyway — they're code examples and should render as inline code.

@jlowin jlowin merged commit 0838715 into main Feb 19, 2026
10 checks passed
@jlowin jlowin deleted the fix/docs-mdx-curly-brace-parse-error branch February 19, 2026 02:55
@marvin-context-protocol marvin-context-protocol Bot added the bug Something isn't working. Reports of errors, unexpected behavior, or broken functionality. label Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working. Reports of errors, unexpected behavior, or broken functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant