<div>
<p dir="auto">On 13 Aug 2015, at 13:14, Max Rydahl Andersen wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">update to latest and removed pygmentize and no matter what I do things like:</p>

<code>
<div class="highlight" style="background: #ffffff"><pre style="line-height: 125%"> <span style="color: #888888">// This is C++ code</span>
 <span style="color: #008800; font-weight: bold">for</span>(<span style="color: #333399; font-weight: bold">int</span> i<span style="color: #333333">=</span><span style="color: #0000DD; font-weight: bold">0</span>; i <span style="color: #333333"><</span> <span style="color: #0000DD; font-weight: bold">42</span>; <span style="color: #333333">++</span>i)
     printf(<span style="background-color: #fff0f0">"Hello world</span><span style="color: #666666; font-weight: bold; background-color: #fff0f0">\\\\\\\\</span><span style="background-color: #fff0f0">n"</span>);
</pre></div>

</code>

<p dir="auto">does not do anything but just make one line with <code> markup. No syntax highlighting nor request to install pygmentize ;/</p>

<p dir="auto">Any idea ?</p>
</blockquote>

<p dir="auto">Not really. The fact that it results in one line is a sign that the feature is enabled, but fails to do anything with the code for some reason.</p>

<p dir="auto">I'll contact you off list for further debugging.</p>

<p dir="auto">(As you can see it works for me.)</p>

<p dir="auto">-- <br>
Benny</p>

</div>