Skip to content

Conversation

@JeevanYewale
Copy link
Contributor

@JeevanYewale JeevanYewale commented Jan 19, 2026

Converted indented code blocks to fenced code blocks (```bash) to enable
syntax highlighting and the "copy" button feature.
Removed redundant trailing # characters from headers to align with
standard Markdown style.

Reviewers: Sean Quah squah@confluent.io, Chia-Ping Tsai
chia7712@gmail.com

@github-actions github-actions bot added triage PRs from the community docs small Small PRs labels Jan 19, 2026
### Build a jar and run it ###
./gradlew jar
### Build a jar and run it
```bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, what is the difference in the output?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JeevanYewale thanks for your explanation. please address @squah-confluent comment on the README.md updates for consistency

@squah-confluent
Copy link
Contributor

@JeevanYewale Thanks for your contribution! Just fyi, the second half of the README has been missed.

@JeevanYewale
Copy link
Contributor Author

@JeevanYewale Thanks for your contribution! Just fyi, the second half of the README has been missed.

Thanks for pointing it out! I’ll update the second half of the README shortly.

@github-actions github-actions bot removed the triage PRs from the community label Jan 20, 2026
@github-actions github-actions bot removed the small Small PRs label Jan 20, 2026
@chia7712 chia7712 changed the title Improve README.md formatting and consistency MINOR: Improve README.md formatting and consistency Jan 20, 2026
@chia7712 chia7712 merged commit e303e9f into apache:trunk Jan 20, 2026
26 checks passed
@chia7712
Copy link
Member

@JeevanYewale thanks for this contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants