JeevanYewale commented on code in PR #21327: URL: https://github.com/apache/kafka/pull/21327#discussion_r2703514362
########## README.md: ########## @@ -20,23 +20,31 @@ for the rest. Scala 2.13 is the only supported version in Apache Kafka. -### Build a jar and run it ### - ./gradlew jar +### Build a jar and run it +```bash Review Comment: @chia7712 Good question! The changes improve readability and follow Markdown best practices: 1. **Header formatting**: Removed trailing ### for cleaner, standard Markdown 2. **Code blocks**: Added ```bash for proper syntax highlighting instead of plain indentation 3. **Visual improvement**: Commands now have colored syntax highlighting in GitHub/IDEs This makes the documentation more professional and easier to read for new contributors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
