Conversation
Do not combine bullet lists and headings.
There was a problem hiding this comment.
Pull Request Overview
This PR adjusts the markdown structure to comply with markdownlint’s MD041 rule by not mixing bullet lists and headings. It replaces level-3 headings that lived in lists with plain list items under Installation, and removes list prefixes from command sections to make them headings.
- Replaced
###headings within bullet lists in Installation with list items - Converted list-prefixed commands to proper level-3 headings under Commands
Comments suppressed due to low confidence (1)
docs/README.md:27
- Since this bullet introduces a code block, consider indenting the
shblock by four spaces (or one tab) so the snippet stays nested under the list item.
- 🍺 Homebrew
WalkthroughThe README.md file underwent formatting and stylistic changes, including the removal of certain heading markers, adjustment of indentation and spacing for code blocks, and reformatting of HTML image embeds. No changes were made to the actual content, commands, flags, or instructions. Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (6)
✨ Finishing Touches🧪 Generate Unit Tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
close #
✏️ Description
Do not combine bullet lists and headings.