fix(markdown): run details normalization before HTML-to-newline passes#625
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)
WalkthroughThis PR refactors ChangesDetails/Summary Normalization Phase
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 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 |
PR #624 still missed librepods because the `
` → `\n` and `
Details
` no longer had a `|` before it → table-cell context check failed → multi-line fence emitted → table broken.Fix: move the entire `
` from the body during flatten so they don't reintroduce newlines after collapse.
Test plan
Summary by CodeRabbit