<!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">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>


<p dir="auto">I could swear that it did, but it doesn’t now. At least the preview does flag such things in red, so there’s that. Of course, I could just turn off system-wide “smart” typography, but — again, if I’m not remembering wrongly — that wasn’t necessary in the past. TIA to anyone who can set me straight or confirm my recollection, whichever is appropriate.</p>
<p dir="auto">Best wishes,</p>
<p dir="auto">Bryce Wray<br>
<a href="mailto:bwray@wraytx.com" style="color:#3983C4">bwray@wraytx.com</a><br>
<a href="https://brycewray.com" style="color:#3983C4">https://brycewray.com</a></p>
<p dir="auto">Sent via MailMate</p>

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