joobisb commented on code in PR #13862:
URL: https://github.com/apache/kafka/pull/13862#discussion_r1245058126


##########
docs/quickstart.html:
##########
@@ -154,9 +154,9 @@ <h4 class="anchor-heading">
             By default, each line you enter will result in a separate event 
being written to the topic.
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ 
bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server 
localhost:9092
-This is my first event
-This is my second event</code></pre>
+        <pre class="language-bash"><code class="language-bash">$ 
bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server 
localhost:9092
+$ This is my first event
+$ This is my second event</code></pre>

Review Comment:
   will update these



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to