<div class="markdown">
<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>
<div class="highlight" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #000000; font-weight: bold">if</span> <span style="color: #000000; font-weight: bold">[</span> -f <span style="color: #008080">$HOME</span>/.profile <span style="color: #000000; font-weight: bold">]</span>; <span style="color: #000000; font-weight: bold">then</span>
<span style="color: #0086B3">source</span> <span style="color: #008080">$HOME</span>/.profile
<span style="color: #000000; font-weight: bold">fi</span>
<span style="color: #000000; font-weight: bold">if</span> <span style="color: #000000; font-weight: bold">[</span> -f <span style="color: #008080">$HOME</span>/.bashrc <span style="color: #000000; font-weight: bold">]</span>; <span style="color: #000000; font-weight: bold">then</span>
<span style="color: #0086B3">source</span> <span style="color: #008080">$HOME</span>/.bashrc
<span style="color: #000000; font-weight: bold">fi</span>
</pre></div>
<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>
</div>