<!DOCTYPE html>
<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 19 Apr 2021, at 19:24, Bryce Wray wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Am I crazy, or did MailMate used to keep “smart” typography out of code blocks so that, <em>e.g.</em>, single and quotation marks in those code blocks wouldn’t get “curly” as in the following silly example?</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; color:black" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7"><span style="color: #008800; font-weight: bold">for</span> (x<span style="color: #333333">=</span><span style="color: #0000DD; font-weight: bold">1</span>; x<span style="color: #333333">++</span>; x<span style="color: #333333"><</span><span style="color: #0000DD; font-weight: bold">10</span>) {
  console.log(<span style="color: #FF0000; background-color: #FFAAAA">“</span>x<span style="color: #333333">=</span><span style="color: #FF0000; background-color: #FFAAAA">“</span> <span style="color: #333333">+</span> x)
}
</code></pre>


</blockquote>
<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; color:black" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7"><span style="color: #008800; font-weight: bold">for</span> (x<span style="color: #333333">=</span><span style="color: #0000DD; font-weight: bold">1</span>; x<span style="color: #333333">++</span>; x<span style="color: #333333"><</span><span style="color: #0000DD; font-weight: bold">10</span>) {
  console.log(<span style="color: #333333">&</span>quot;x<span style="color: #333333">=&</span>quot; <span style="color: #333333">+</span> x)
}
</code></pre>


<p dir="auto">I can see this generating <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">&quot;</code> in the preview* so I guess this is a bug and you probably drop Benny a line.</p>
<p dir="auto">*First noticed the new, side-by-side preview yesterday: definitely an improvement, especially when working on this kind of thing!</p>
<p dir="auto">Charlie</p>
<p dir="auto">--<br>
Charlie Clark<br>
Waldlehne 23<br>
Düsseldorf<br>
D- 40489<br>
Tel: +49-203-3925-0388<br>
Mobile: +49-178-782-6226</p>

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