<!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">On 8 Jul 2024, at 12:32, Henry Seiden wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">Haven’t noticed a crashing issue all the way up to 6049. So, it seems you’re saying the Mermaid code embedding is possibly related, when using that code specifically, to a MM crashing issue?</p>
</blockquote>
<p dir="auto">It's a bit technical, but MailMate would crash if starting a code segment (e.g., for Mermaid) without ending the segment <em>before</em> the location of an HTML signature. Essentially MailMate would lose track of the HTML signature and then crash on a sanity-check (I've also added that this type of error will result in an error message instead of a crash).</p>
<p dir="auto">Something like this would trigger the issue:</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;">```diagram
graph LR
A --> B
B --> C

[HTML signature]
</code></pre>
<p dir="auto">--<br>
Benny</p>

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

</html>