On 19 Apr 2021, at 19:24, Bryce Wray wrote:

Am I crazy, or did MailMate used to keep “smart” typography out of code blocks so that, *e.g.*, single and quotation marks in those code blocks wouldn’t get “curly” as in the following silly example?

```js
for (x=1; x++; x<10) {
  console.log(“x=“ + x)
}
```

```js
for (x=1; x++; x<10) {
  console.log("x=" + x)
}
```

I can see this generating `&quot;` in the preview* so I guess this is a bug and you probably drop Benny a line.

*First noticed the new, side-by-side preview yesterday: definitely an improvement, especially when working on this kind of thing!

Charlie

--
Charlie Clark
Waldlehne 23
Düsseldorf
D- 40489
Tel: +49-203-3925-0388
Mobile: +49-178-782-6226
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to