GitHub user derrickdoo opened a pull request: https://github.com/apache/kafka-site/pull/59
Add auto syntax highlighter Added plugin to do auto syntax highlighting for code snippets in our docs. Here's an example of how to syntax highlight some java code: `<pre class="brush: java;"></pre>` Here's what this would look like:  You can merge this pull request into a Git repository by running: $ git pull https://github.com/derrickdoo/kafka-site syntax-highlighting Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka-site/pull/59.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #59 ---- commit 8a7f7baa2ac3aa54a3b32f5aa2fdd25bed2b4c45 Author: Derrick Or <derric...@gmail.com> Date: 2017-05-31T00:27:07Z add auto syntax highlighter ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---