<!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">My suggestion is:</p>
<p dir="auto">Use a list and write this:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">- 10. September
- 15. November
</code></pre>
<p dir="auto">Same text how it is rendered as Markdown:</p>
<ul>
<li>
<ol start="10">
<li>September</li>
</ol>
</li>
<li>
<ol start="15">
<li>November</li>
</ol>
</li>
</ul>
<p dir="auto">This not change the numbers.</p>
<p dir="auto">On 25 Nov 2025, at 21:18, Stephan Kleiber via mailmate wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<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" style="color: #777777;">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</div>
</div>
</body>
</html>