<!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 22 Mar 2018, at 19:43, Bill Cole 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">On 22 Mar 2018, at 13:53, Enrico Thierbach wrote:<br>
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Hi lists, hi Benny,<br>
<br>
I just had an understandable, but unexpectedly weird behaviour.<br>
<br>
If I send out a markdown email with<br>
<br>
    - 4. 4. 2018<br>
    - 5. 4. 2018<br>
<br>
(some) recipients receive<br>
<br>
    - 1. 4. 2018<br>
    - 2. 4. 2018<br>
<br>
This is in accordance with Markdown, but is of course surprising. I think Mailmate could do quite well without auto-numbering list entries.</p>
</blockquote><p dir="auto">I can't reproduce this, since those lines generate an unordered list for me, with the first numbers as literals in the content of the <li> tags. However, I'm fairly sure that MailMate isn't auto-numbering list entries. The evidence for this is that only "some" recipients see the wrong numbers. When MM generates an HTML ordered list from Markdown, it uses a "value" attribute in each <li> tag to set the label. It *may* be that the minor error in that HTML (no double-quotes, i.e. '<li value=4>' instead of '<li value="4">') is confusing some mail clients, causing them to ignore all the value attributes.<br>
</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">“(some)” recipients meant I wrote this email to exactly one recipient, but I didn’t test this against other recipients so far. So I can’t state “all” recipients :)</p>

<p dir="auto">I just revisited the email I sent out, and this is what I entered (or at least what I can see in the “Sent Emails” mailbox)</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">Sollte das nicht möglich sein, kann ich folgende Alternativen anbieten:

4. 4. 9:00 - 12 Uhr
5. 4. 9:00 - 12 Uhr

Danke!
</code></pre>

<p dir="auto">I also checked the raw email “View > Show raw message”, and what I saw looks pretty much fine:</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">--=_MailMate_43543820-0210-4646-A9FC-F122C91A1657_=
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

[ ... ]
Sollte das nicht möglich sein, kann ich folgende Alternativen anbieten:

4. 4. 9:00 - 12 Uhr
5. 4. 9:00 - 12 Uhr

[ ... ]

--=_MailMate_43543820-0210-4646-A9FC-F122C91A1657_=
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

[ ... ]

<p dir=3D"auto">Sollte das nicht m=C3=B6glich sein, kann ich folgende Alt=
ernativen anbieten:</p>

<ol>
<li value=3D"4">4. 9:00 - 12 Uhr </li>
<li value=3D"5">4. 9:00 - 12 Uhr </li>
</ol>

[ ... ]
</code></pre>

<p dir="auto">I resent this email to me (Edit as New) and it looks fine in both Mailmate and in the googlemail web client; however, the recipient received </p>

<p dir="auto"><img src="cid:2836FF50-3853-40B3-8D3B-2736C8CB2CA4@open-lab.org" alt="" title="image.png"></p>

<p dir="auto">It might be a problem with their client.</p>

<p dir="auto">Best,<br>
/e</p>
</div>
</div>
</body>
</html>