fix(pricing): remove extra pipe chars breaking Ideogram and Krea heading rendering#1305
Conversation
|
Warning Review limit reached
Next review available in: 53 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe 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. ChangesPricing Markdown Cleanup
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify 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. Comment |
…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.
c26c3fb to
0a5b09b
Compare
There was a problem hiding this comment.
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
📒 Files selected for processing (4)
ja/tutorials/partner-nodes/pricing.mdxko/tutorials/partner-nodes/pricing.mdxtutorials/partner-nodes/pricing.mdxzh/tutorials/partner-nodes/pricing.mdx
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
Change