docs(markdown-parser): add code-version comments to ungram nodes#9444
docs(markdown-parser): add code-version comments to ungram nodes#9444ematipico merged 1 commit intobiomejs:mainfrom
Conversation
|
Add code-version comments (showing the markdown syntax) to nodes that were missing them in the ungram grammar file.
f62b632 to
eff2604
Compare
|
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 (1)
WalkthroughThis change updates the Markdown grammar file to introduce new public CST node types for link components (MdLinkLabel, MdLinkDestination, MdLinkTitle), inline HTML, entity references, and detailed prefix structures for quotes and lists. MdLinkReferenceDefinition is restructured to use these new explicit label, destination, and title components. Quote and list prefixes gain structured representations with indentation and marker information. Documentation comments are added to annotate the new and existing public nodes. Possibly related PRs
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 |
Note
AI Assistance Disclosure: This PR was developed with assistance from Claude Code.
Summary
Add code-version comments (showing the markdown syntax with caret underlines) to ungram nodes that were missing them, per reviewer feedback on #9427.
MdHtmlBlock,MdLinkReferenceDefinition,MdLinkLabel,MdLinkDestination,MdLinkTitle,MdQuote,MdQuotePrefix,MdListMarkerPrefix,MdReferenceLinkLabel,MdInlineHtml,MdEntityReference.MdQuotePrefix,MdListMarkerPrefix) use fragment-shaped examples to avoid confusion with their parent nodes.Test Plan
just test-crate biome_markdown_parserjust test-markdown-conformance(652/652, 100%)just f && just lDocs
N/A — comment-only change to the ungram grammar file.