<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div><div style='-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; font-family:sans-serif; text-size-adjust:100%; margin:0; background-color:#fff; color:black; font:13px/1.4 Calxibri, Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; white-space:normal' bgcolor="#ffffff">
<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">I only recently switched from my own version of the underlying markdown processor to the builtin one, and I'm running an alpha release, but I haven't noticed that. It's definitely working in my reply here. Although your dashed line became an underscore.</p>

<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">On 28 Mar 2016, at 10:39, Adam Liter wrote:</p>

<blockquote style="box-sizing:border-box; margin:0; margin-bottom:16px; margin-top:0; border-left:4px solid #ddd; color:#777; margin-left:0; padding:0 15px">
<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">Hi,</p>

<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">I think the code styling feature that was introduced <a href="https://lists.freron.com/mailmate/2015-August/004701.html" style="box-sizing:border-box; color:#4183c4; text-decoration:none">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" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">For example, if I type:</p>

<pre style='box-sizing:border-box; overflow:auto; font-family:monospace, monospace; font-size:1em; font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace; margin-bottom:16px; margin-top:0; background-color:#f7f7f7' bgcolor="#f7f7f7"><code style='{box-sizing:border-box; font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size:100%; background-color:#f7f7f7; border-radius:3px; margin:0; padding:0; padding-bottom:0.2em; padding-top:0.2em; background:transparent; border:0; white-space:pre} :after{content:" "; letter-spacing:-0.2em} :before{content:" "; letter-spacing:-0.2em}' bgcolor="#f7f7f7">```bash

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


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

```
</code></pre>

<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">Then I get the following (with everything on one line):</p>

<pre style='box-sizing:border-box; overflow:auto; font-family:monospace, monospace; font-size:1em; font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace; margin-bottom:16px; margin-top:0; background-color:#f7f7f7' bgcolor="#f7f7f7"><code style='{box-sizing:border-box; font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size:100%; background-color:#f7f7f7; border-radius:3px; margin:0; padding:0; padding-bottom:0.2em; padding-top:0.2em; background:transparent; border:0; white-space:pre} :after{content:" "; letter-spacing:-0.2em} :before{content:" "; letter-spacing:-0.2em}' bgcolor="#f7f7f7"><span style="box-sizing:border-box; color:#080; font-weight:bold">if</span> <span style="box-sizing:border-box; color:#333">[</span> -f <span style="box-sizing:border-box; color:#963">$HOME</span>/.profile <span style="box-sizing:border-box; color:#333">]</span>; <span style="box-sizing:border-box; color:#080; font-weight:bold">then</span>
    <span style="box-sizing:border-box; color:#007020">source</span> <span style="box-sizing:border-box; color:#963">$HOME</span>/.profile
<span style="box-sizing:border-box; color:#080; font-weight:bold">fi</span>


<span style="box-sizing:border-box; color:#080; font-weight:bold">if</span> <span style="box-sizing:border-box; color:#333">[</span> -f <span style="box-sizing:border-box; color:#963">$HOME</span>/.bashrc <span style="box-sizing:border-box; color:#333">]</span>; <span style="box-sizing:border-box; color:#080; font-weight:bold">then</span>
    <span style="box-sizing:border-box; color:#007020">source</span> <span style="box-sizing:border-box; color:#963">$HOME</span>/.bashrc
<span style="box-sizing:border-box; color:#080; font-weight:bold">fi</span>
</code></pre>



<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">Is anyone else having this problem?</p>

<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:16px; margin-top:0">Thanks!</p>

<p dir="auto" style="box-sizing:border-box; margin:1em 0; margin-bottom:0; margin-top:0">-Adam Liter_______________________________________________<br style="box-sizing:border-box">
mailmate mailing list<br style="box-sizing:border-box">
<a href="mailto:mailmate@lists.freron.com" style="box-sizing:border-box; color:#4183c4; text-decoration:none">mailmate@lists.freron.com</a><br style="box-sizing:border-box">
<a href="https://lists.freron.com/listinfo/mailmate" style="box-sizing:border-box; color:#4183c4; text-decoration:none">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</div>
</div>
</body>
</html>