peterhyliao opened a new pull request, #23526:
URL: https://github.com/apache/kafka/pull/23526

   This patch improves the copy usability of the Quickstart command examples by 
ensuring copied commands can be pasted directly into a shell without including 
prompts, terminal output, or interactive input.
   
   Currently, some Bash code blocks mix executable commands with shell prompts, 
terminal output, or interactive input. Since the website copy button copies the 
entire code block, the copied content is not always directly executable.
   
   ### Changes
   
   - Remove `$` prompts from executable command blocks.
   - Separate terminal output from executable commands.
   - Separate interactive input from the console producer command.
   
   This change is intentionally limited to the Quickstart so the formatting 
approach can be reviewed before applying it more broadly.


-- 
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]

Reply via email to