Skip to content

fix(pricing): remove extra pipe chars breaking Ideogram and Krea heading rendering#1305

Merged
comfyui-wiki merged 1 commit into
Comfy-Org:mainfrom
lin-bot23:fix/pricing-table-ideogram-krea-headers-v2
Jul 21, 2026
Merged

fix(pricing): remove extra pipe chars breaking Ideogram and Krea heading rendering#1305
comfyui-wiki merged 1 commit into
Comfy-Org:mainfrom
lin-bot23:fix/pricing-table-ideogram-krea-headers-v2

Conversation

@lin-bot23

Copy link
Copy Markdown
Contributor

Summary

The Ideogram and Krea sections in all 4 language pricing pages had extra leading pipe characters, causing markdown headings to be misinterpreted as table content.

Files

  • tutorials/partner-nodes/pricing.mdx
  • zh/tutorials/partner-nodes/pricing.mdx
  • ko/tutorials/partner-nodes/pricing.mdx
  • ja/tutorials/partner-nodes/pricing.mdx

Change

-||## Ideogram
-||| Node | turbo | ...
+## Ideogram
+| Node | turbo | ...

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@lin-bot23, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 53 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 7f11d9ae-d1da-4b46-9005-478b9995cc1e

📥 Commits

Reviewing files that changed from the base of the PR and between c26c3fb and 0a5b09b.

📒 Files selected for processing (4)
  • ja/tutorials/partner-nodes/pricing.mdx
  • ko/tutorials/partner-nodes/pricing.mdx
  • tutorials/partner-nodes/pricing.mdx
  • zh/tutorials/partner-nodes/pricing.mdx
📝 Walkthrough

Walkthrough

The Ideogram pricing section is reformatted in English, Japanese, Korean, and Chinese tutorials. Stray pipe characters are removed, pricing values remain unchanged, and the Krea heading follows the table cleanly.

Changes

Pricing Markdown Cleanup

Layer / File(s) Summary
Ideogram table formatting
tutorials/partner-nodes/pricing.mdx, ja/..., ko/..., zh/...
Ideogram headings and credits tables now use standard Markdown formatting, with the existing pricing values preserved and the ## Krea transition cleaned up.

Possibly related PRs

Suggested reviewers: comfyui-wiki

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai
coderabbitai Bot requested a review from comfyui-wiki July 21, 2026 12:02
…ng rendering

The Ideogram and Krea sections in all 4 language pricing pages had
extra leading pipe characters (e.g. ||## Ideogram instead of
## Ideogram), causing the markdown headings to be misinterpreted as
table content. Removed the stray pipes to restore proper rendering.
@lin-bot23
lin-bot23 force-pushed the fix/pricing-table-ideogram-krea-headers-v2 branch from c26c3fb to 0a5b09b Compare July 21, 2026 12:02
@comfyui-wiki
comfyui-wiki merged commit 78f7d2c into Comfy-Org:main Jul 21, 2026
6 of 7 checks passed

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@tutorials/partner-nodes/pricing.mdx`:
- Around line 391-392: Remove the solitary pipe immediately before the Ideogram
heading in tutorials/partner-nodes/pricing.mdx lines 391-392,
ja/tutorials/partner-nodes/pricing.mdx lines 438-439,
ko/tutorials/partner-nodes/pricing.mdx lines 438-439, and
zh/tutorials/partner-nodes/pricing.mdx lines 438-439; leave each ## Ideogram
heading unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: f5190274-bd9d-4a6f-8a0b-8d22fe1480ee

📥 Commits

Reviewing files that changed from the base of the PR and between 006534b and c26c3fb.

📒 Files selected for processing (4)
  • ja/tutorials/partner-nodes/pricing.mdx
  • ko/tutorials/partner-nodes/pricing.mdx
  • tutorials/partner-nodes/pricing.mdx
  • zh/tutorials/partner-nodes/pricing.mdx

Comment thread tutorials/partner-nodes/pricing.mdx
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