<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hi Eric,</p>
<p dir="auto">thank you very much. Now that I’m looking at the specification, I wish it had just been a MailMate bug. I had no idea the problem I’ve run into is intended behavior. I’m a big fan of Markdown in general, but this design choice is just terrible.</p>
<p dir="auto">Both of your suggestions are much appreciated, though they both have their quirks:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #5855D5; color: #5855D5;">
<ul>
<li>select "Plain text" instead of "Markdown" in the toolbar above the headers in the composer pane.</li>
</ul>
</blockquote>
<p dir="auto">Yes, this works of course, but it also disables any other formatting that I might have used in my message. It’s not ideal, but maybe my best option so far since it’s a reasonable default that prevents the problem from happening. If I do need Markdown, I can manually enable it (and then have to remember to check the result).</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #5855D5; color: #5855D5;">
<ul>
<li>escape the period with a backslash, like so:</li>
</ul>
</blockquote>
<p dir="auto">Smart! Unfortunately, it’s something I have to remember to do. At least it’s a way to get the dates right in the HTML part as well.</p>
<p dir="auto">Cheers<br>
Stephan</p>
<p dir="auto">On 25 Nov 2025, at 23:37, Eric Sharakan wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #5855D5; color: #5855D5;">
<p dir="auto">Hi, I'm not sure there's much Benny can do about this.  For better or for worse, this is how Markdown works.  See <a href="https://www.markdownguide.org/basic-syntax/#ordered-lists">https://www.markdownguide.org/basic-syntax/#ordered-lists</a>.</p>
<p dir="auto">I can see two options:</p>
<ul>
<li>select "Plain text" instead of "Markdown" in the toolbar above the headers in the composer pane.</li>
<li>escape the period with a backslash, like so:</li>
</ul>
<p dir="auto">unescaped:</p>
<ol start="11">
<li>December</li>
<li>December</li>
</ol>
<p dir="auto">escaped:</p>
<p dir="auto">11. December<br>
24. December</p>
<p dir="auto">(select "View->Show Raw Message") to see how I did that.</p>
<p dir="auto">-Eric</p>
<p dir="auto">On 25 Nov 2025, at 15:18, Stephan Kleiber via mailmate wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #5855D5; border-left-color: #00AFCC; color: #00AFCC;">
<p dir="auto">Hi,</p>
<p dir="auto">please see the attached screenshot for an example of what happens when I compose an email in MailMate and write down some dates line by line. The preview at the bottom of the compose window shows that the HTML part of the message contains different dates than those I’ve typed in.</p>
<p dir="auto">What I think happens here is that MailMate parses the lines with dates as an ordered HTML list and just continues the numbering despite mine being not in increments of 1 (and despite, well, this not being a numbered list).</p>
<p dir="auto">This behavior completely screwed up the scheduling for some of my workshops because my clients would see different dates than me. Granted, it’s not equally dangerous everywhere, depending on how dates are written in different languages (the example in my screenshot is German, obviously). Anyway, I don’t think MailMate should be allowed to do this.</p>
<p dir="auto">I’m running MailMate 2.0 (6290) on macOS 26.1.</p>
<p dir="auto">Cheers<br>
Stephan_______________________________________________<br>
mailmate mailing list<br>
Unsubscribe: <a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</blockquote>

</div>
</div>
</body>

</html>