<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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 13 Jun 2017, at 15:49, Marco Carmosino wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">For whatever it's worth, another application of javascript in MM web view executed on plain-text messages is rendering equations. My friends often send me markdown sprinkled with latex, and if I could run mathjax in MM web view, this would make a lot of my email _way_ more readable. Nicely rendered equations instead of stuff like `$g_{i,j}(z) = f(z|_{S_{i}})$` scattered all over would make my life a lot easier. Heck, this would probably help me sell a few copies of mailmate -- email with readable equations is a killer feature for mathematicians, and currently there's _no_ good solution for this anywhere.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">MailMate doesn't use MathJax exactly because of its reliance on Javascript, but MailMate does support the use of MathML. Its usefulness depends on the receiving email client, but it works quite well in MailMate:</p>

<math display="block"><mrow style="background-color:#F0F8FF; border-radius:5px 5px 5px 5px; padding:10px" bgcolor="#F0F8FF"><mstyle><msup><mrow><mo>(</mo><mfrac><mrow><mi>n</mi><mrow><mo>(</mo><mi>n</mi><mo>+</mo><mn>1</mn><mo>)</mo></mrow></mrow><mn>2</mn></mfrac><mo>)</mo></mrow><mn>2</mn></msup></mstyle></mrow></math>


<p dir="auto">It can also be used inline, <math display="inline"><mrow style="background-color:#F0F8FF; border-radius:5px 5px 5px 5px; padding:5px" bgcolor="#F0F8FF"><mstyle><msup><mi>a</mi><mn>2</mn></msup><mo>+</mo><msup><mi>b</mi><mn>2</mn></msup><mo>=</mo><msup><mi>c</mi><mn>2</mn></msup></mstyle></mrow></math>. There's both a TeX variant and an ASCIIMath variant.</p>

<p dir="auto">It is documented <a href="https://manual.mailmate-app.com/preferences#html-styling" style="color:#3983C4">here</a>.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>