<div class="markdown">
<p dir="auto">Hi Kee and David,</p>

<p dir="auto">Thanks for your responses. Kee, how do you switch to the builtin markdown processor? </p>

<p dir="auto">And David, that's interesting because I more or less followed those same instructions.</p>

<p dir="auto">The only difference is that I installed <code>pygments</code> with <code>pip</code> rather than with <code>easy_install</code>.</p>

<p dir="auto">Here's a picture of what I see:</p>

<p dir="auto"><img src="cid:41550D23-5CA5-4A20-AD26-297F5C287B00@gmail.com" alt="" title="PastedImage.png"></p>

<p dir="auto">What version of Pygments do you have? I have 2.1.3.</p>

<p dir="auto">You can check with:</p>

<pre><code>python -c "import pygments; print pygments.__version__"
</code></pre>

<p dir="auto">Thanks!</p>

<p dir="auto">-Adam</p>

<p dir="auto">On 28 Mar 2016, at 13:05, David Green wrote:</p>

<blockquote>
<p dir="auto">Renders correctly for me (including what you sent included here as image):</p>

<p dir="auto"><img src="cid:30FD931D-9416-4FE7-9248-CCFB3D4BAD4A@gmail.com" alt="" title="_MlMt__Syntax_highlighting_wraps_everything_on_one_line_—_Inbox__89_messages_.png"></p>

<p dir="auto">I have things configured to use markdown for new messages and replies.  I think I used this</p>

<p dir="auto"><a href="https://freron.lighthouseapp.com/projects/58672/tickets/1066-syntax-highlighting-for-code-regions">https://freron.lighthouseapp.com/projects/58672/tickets/1066-syntax-highlighting-for-code-regions</a> as setup advice.</p>

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

<p dir="auto">On 28 Mar 2016, at 9:39, Adam Liter wrote:</p>

<blockquote>
<p dir="auto">Hi,</p>

<p dir="auto">I think the code styling feature that was introduced <a href="https://lists.freron.com/mailmate/2015-August/004701.html">here</a> is still experimental, but I was just wondering if anyone else was having this same problem. Whenever I try to use syntax highlighting, everything is wrapped onto one line.</p>

<p dir="auto">For example, if I type:</p>

<pre><code>```bash

if [ -f $HOME/.profile ]; then
    source $HOME/.profile
fi


if [ -f $HOME/.bashrc ]; then
    source $HOME/.bashrc
fi

```
</code></pre>

<p dir="auto">Then I get the following (with everything on one line):</p>

<span style="color: #008800; font-weight: bold">if</span> <span style="color: #333333">[</span> -f <span style="color: #996633">$HOME</span>/.profile <span style="color: #333333">]</span>; <span style="color: #008800; font-weight: bold">then</span>
    <span style="color: #007020">source</span> <span style="color: #996633">$HOME</span>/.profile
<span style="color: #008800; font-weight: bold">fi</span>


<span style="color: #008800; font-weight: bold">if</span> <span style="color: #333333">[</span> -f <span style="color: #996633">$HOME</span>/.bashrc <span style="color: #333333">]</span>; <span style="color: #008800; font-weight: bold">then</span>
    <span style="color: #007020">source</span> <span style="color: #996633">$HOME</span>/.bashrc
<span style="color: #008800; font-weight: bold">fi</span>



<p dir="auto">Is anyone else having this problem?</p>

<p dir="auto">Thanks!</p>

<p dir="auto">-Adam Liter_______________________________________________<br>
mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>