<div class="markdown">
<p dir="auto">I did all the git cloning and set defaults but I don't get any code highlighting using Version 1.9.2 (5109)</p>

<p dir="auto">/max</p>

<blockquote>
<p dir="auto">Oh, and here is an example of the feature in use:</p>

<pre><code>  // This is C++ code
  for(int i=0; i < 42; ++i)
      printf("Hello world\\\\n");
</code></pre>

<p dir="auto">And this is what I wrote to get that:</p>

<code class="c++">
      // This is C++ code
      for(int i=0; i < 42; ++i)
          printf("Hello world\\n");

</code>
</blockquote>

<p dir="auto">/max<br>
<a href="http://about.me/maxandersen">http://about.me/maxandersen</a></p>

</div>