refactor(markdown): cleanup nits from #9746#9751
Conversation
Replace duplicated quote-marker consumption logic in the depth-overflow recovery branch with try_bump_quote_marker.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThis PR updates documentation and comments across the Markdown parser to reflect terminology changes and consolidate code logic. Comment text in Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
Merging this PR will not alter performance
Comparing Footnotes
|
Note
This PR was created with AI assistance (Claude Code).
Summary
Small follow-up to #9746.
try_bump_quote_markerin the depth-overflow recovery path instead of duplicating the quote-marker consumption logic.Whitespacetrivia model.Test Plan
just test-crate biome_markdown_parserDocs
N/A.