<!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 30 Sep 2018, at 21:17, Randy H. Tjahjono wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">How do I type a line breaks in MailMate? The spec specifies: <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">When you do want to insert a <br /> break tag using Markdown, you end a line with two or more spaces, then type return.</code> And that works if you want to use a single line break like so</p>
</blockquote>

<p dir="auto">Multiple line breaks are not really supported in MailMate in Markdown mode. Line breaks in MailMate are just regular line breaks (and not space+return). The Markdown converter in MailMate should detect multiple line breaks and insert <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7"><br/></code>, but that is not currently the case.</p>

<p dir="auto">It does work in non-Markdown text mode (since my own script makes the conversion to HTML).</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>