<!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 style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 11 Feb 2019, at 18:30, Zak McClellan wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I use a TextExpander shortcut to enter in code for line breaks.<br>
<br>
mmhr = &nbsp;<br>
<br>
I'm editing this message as text so hopefully the 'code' &-n-b-s-p-; without the dashes transmits.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Hmm, it's kind of a bug that this works at all (but I won't be fixing it). MailMate shouldn't, in principle, allow HTML code in the plain text part. But, I'll probably relax this restriction when alternatives to the built-in processor are allowed as well.</p>

<p dir="auto">That said, entering a <em>non-breaking space</em> can simply be done using ⌥+space. That'll result in blank lines in the same way as the entity above:</p>

<p dir="auto"> <br>
 <br>
 <br>
The above looks like this in HTML code:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7"><p dir="auto"> <br>
 <br>
 <br>
The above looks like this in HTML:</p>
</code></pre>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>