Adapted from http://www.xm1math.net/phpmathpublisher/doc/help.html.
To toggle to the math mode, you must use the <m>...</m> tag. The math commands must be separated by a space character or surrounded by {}.
For example, the wiki code:
<m>x in bbR \ { 1; 2 }</m>
generates:
x+y
: x-y
: x*y
: x/y
: x^y
: x_y
: x<>y
: x>y
: x>=y
: x<y
: x⇐y
: (x)
: {x}
: a~b
: alpha
: beta
: gamma
: delta
: epsilon
: varepsilon
: zeta
: eta
: theta
: vartheta
: iota
: kappa
: lambda
: mu
: nu
: xi
: pi
: varpi
: rho
: varrho
: sigma
: varsigma
: tau
: upsilon
: phi
: varphi
: chi
: psi
: omega
: Gamma
: Lambda
: Sigma
: Psi
: Delta
: Xi
: Upsilon
: Omega
: Theta
: Pi
: Phi
: infty
: in
: notin
: forall
: exists
: notexists
: partial
: approx
: pm
: inter
: union
: ortho
: parallel
: backslash
: prime
: wedge
: vert
: lbrace
: rbrace
: circ
: varnothing
: subset
: notsubset
: cdots
: vdots
: ddots
: <m>S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}</m>
<m 8>delim{lbrace}{matrix{3}{1}{{3x-5y+z=0} {sqrt{2}x-7y+8z=0} {x-8y+9z=0}}}{ }</m>
<m 16>delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3</m>