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


##########
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:
   `kafka-console-producer.sh` has its own prompt using a `>` character and 
without a space.
   
   ```suggestion
   >This is my first event
   >This is my second event</code></pre>
   ```



##########
docs/quickstart.html:
##########
@@ -32,7 +32,7 @@ <h4 class="anchor-heading">
             the latest Kafka release and extract it:
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ tar -xzf 
kafka_{{scalaVersion}}-{{fullDotVersion}}.tgz
+        <pre class="language-bash"><code class="language-bash">$ tar -xzf 
kafka_{{scalaVersion}}-{{fullDotVersion}}.tgz

Review Comment:
   The `<code>` already has `class="language-bash"`, so I don't think we need 
it on the `<pre>` as well.



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