Skip to content

Fix mint MDX parse error in OpenAIGPTImageNodeV2#1064

Merged
comfyui-wiki merged 1 commit into
Comfy-Org:mainfrom
lin-bot23:fix-mint-parse-error-openai-node
Jun 1, 2026
Merged

Fix mint MDX parse error in OpenAIGPTImageNodeV2#1064
comfyui-wiki merged 1 commit into
Comfy-Org:mainfrom
lin-bot23:fix-mint-parse-error-openai-node

Conversation

@lin-bot23
Copy link
Copy Markdown
Contributor

Problem: mint broken-links check fails on built-in-nodes/OpenAIGPTImageNodeV2.mdx because the <= sign in the text is interpreted as MDX syntax by the parser.

Error from CI:

erro Syntax error - Unable to parse built-in-nodes/OpenAIGPTImageNodeV2.mdx -
    32:151: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`

Fix: Replaced <= 3840 with less than or equal to 3840 to avoid MDX parse conflict.

This is a pre-existing issue on main that breaks the mint-checks CI for any PR, including #1063.

@lin-bot23
Copy link
Copy Markdown
Contributor Author

Commenting instead — this fix needs to be merged to main first before #1063's CI can pass, but I don't have merge permissions. @maintainer please merge this fix (or re-run #1063 CI after it's merged).

@lin-bot23 lin-bot23 closed this Jun 1, 2026
@lin-bot23 lin-bot23 reopened this Jun 1, 2026
@comfyui-wiki comfyui-wiki merged commit 39c2a56 into Comfy-Org:main Jun 1, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants