mingyen066 opened a new pull request, #21324:
URL: https://github.com/apache/kafka/pull/21324
The numbered lists in the security documentation had excessive indentation
(2-8 spaces before list items) which prevented them from rendering correctly as
Markdown lists. Instead of appearing as properly formatted numbered lists, they
were displaying as plain text with numbers.
### Changes:
- Removed excessive indentation from numbered list items (now start at
column 0)
- Added proper blank lines between list items for better readability
- Fixed bullet list indentation to properly nest under numbered items
(using 3 spaces)
- Added code fences (```) around code blocks for clearer formatting
### Files modified:
- `docs/security/authentication-using-sasl.md`
- `docs/security/encryption-and-authentication-using-ssl.md`
- `docs/security/security-overview.md`
--
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]