<div class="markdown">
<p dir="auto">Benny,</p>

<p dir="auto">This is what I'm seeing and I think your stated solution is the correct one.  If I have Markdown enabled, I should be able to write in Markdown without worrying about if it's really going to be interpreted as Markdown or not.</p>

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

<p dir="auto">-- <br>
Steve Mayer<br>
<a href="mailto:smayer69@me.com">smayer69@me.com</a></p>

<p dir="auto">On 5 Nov 2013, at 0:14, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 4 Nov 2013, at 23:45, Steve Mayer wrote:</p>

<blockquote>
<p dir="auto">Did anything change in the latest MailMate build(s) in regards to the Markdown engine?</p>
</blockquote>

<p dir="auto">No major changes I think.</p>

<blockquote>
<p dir="auto">I used to be able to escape Markdown characters with a leading backslash ('\') and the character would show up as the normal character.  With this latest build (maybe before then I'm not sure), the '\' character shows up in the HTML output.</p>

<p dir="auto">For instance, this "This_is_a_test".  As you can see, the backslashes are present. Before what would show up in the HTML output would be 'This _ is _ a _ test' (without the spaces).</p>

<p dir="auto">Thoughts?</p>
</blockquote>

<p dir="auto">For some time, MailMate has been better at detecting when Markdown is not really needed and then not generate HTML. Maybe this is the problem.</p>

<p dir="auto">So, writing a message with:</p>

<pre><code>This \*is\* a test.
</code></pre>

<p dir="auto">Is going to fail because MailMate does not find any HTML markup after Markdown conversion and only generates a plain text body part (including the escapes).</p>

<p dir="auto">But this won't fail, because non-escaped Markdown is used elsewhere (triggering generation of HTML).</p>

<pre><code>This \*is\* a test. This *is* a test.
</code></pre>

<p dir="auto">I might overlook something, but I think I can fix it by simply removing any use of escaped characters when Markdown is enabled (and Markdown is not really needed).</p>

<p dir="auto">Does the above explain what you see?</p>

<p dir="auto">(Friendly reminder: Please do not post both a lighthouse ticket and on the mailing list. I see both instantly and then I have to reply twice :-) ).</p>

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

<hr>

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

</div>