chore: apply formatting fixes to markdown files - #8252
Conversation
|
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The change is trivial so I merge right away. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary
WalkthroughThe pull request makes documentation-only formatting changes. It changes 13 Markdown list markers in ChangesDocumentation formatting cleanup
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: Suggested reviewers: 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 |
There was a problem hiding this comment.
Pull request overview
Applies automated Markdown formatting fixes (via pnpm check:fix) to keep repository documentation consistent and lint/format compliant.
Changes:
- Normalize whitespace (remove trailing spaces) in Markdown prose.
- Standardize list formatting (convert
*list markers to-) for consistency.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/tiptap/SKILL.md | Removes trailing whitespace and normalizes paragraph formatting in the skill docs. |
| AGENTS.md | Normalizes bullet list formatting in the “Comments” guidelines section. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Changes and Review
Applies formatting fixes to Markdown files. These fixes are applied automatically by running
pnpm check:fixThis is not a feature change, so it does not need a changeset.
Checklist
Responsibility