fix(markdown_parser): emit MdIndentTokenList for headers inside list items#9774
Conversation
|
Merging this PR will not alter performance
Comparing Footnotes
|
6093778 to
9b88ca3
Compare
WalkthroughThis PR fixes the parser's handling of ATX headings within list items by emitting an explicit Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 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 |
Note
This PR was created with AI assistance (Claude Code).
Summary
Fixes #9771.
Emit the required
MdIndentTokenListwhen parsing ATX headers in list item content soMdHeadermatches the grammar-defined slot layout.Test Plan
just test-crate biome_markdown_parser— all passedjust test-markdown-conformance— all passedjust test-crate biome_markdown_formatter— all passedjust fjust lDocs
N/A.