fix(markdown): inline details inside table cells stay one-line#623
Conversation
There was a problem hiding this comment.
rainxchzed has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe ChangesHTML Details Inline Rendering
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
`
Details
` inside a GFM table cell (kavishdevar/librepods README pattern) was emitted as a multi-line fenced code block, which terminates the table mid-row. Result: cells from that row onward render as raw pipe-separated text.Fix: detect inline match (entire `
Test plan
Summary by CodeRabbit
Release Notes