I always wanted to support mathematical formulas in markdownpad and finally found a method:
In markdownpad, click "Tools> Options> advanced> HTML Head Editor". This is the custom header file. Add the following content:
<SCRIPT type = "text/JavaScript" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js? Config = TeX-AMS-MML_HTMLorMML "> </SCRIPT>
In this way, the formula you wrote can be displayed on the Page Preview (F6.
Of course, you can also download mathjax to your local device and add a local connection to the above location. The principles are the same.
Example file:
When \ (A \ Ne 0 \), there are two solutions to \ (ax ^ 2 + bx + c = 0 \) and they are: $ x = {-B \ PM \ SQRT {B ^ 2-4ac} \ over 2a }$ $ \ begin {aligned} \ dot {x} & = \ sigma (Y -x) \ dot {y} & =\ rhox-y-xz \ dot {z} & =-\ beta Z + XY \ end {aligned} $
Effect:
From: http://ondulado.wordpress.com/2013/08/27/mathjax-with-markdownpad-2/
P.s. If this link cannot be opened, you can use Google translation to translate the link, and the cache effect will be displayed.