Math Documentation

MarkNote uses MathJax to render mathematical expressions. You can write math using TeX/LaTeX, AsciiMath, or MathML.

To create an inline formula, just wrapper your formula with $. For example, $ E=mc^2 $ should be rendered as \( E = mc^2 \)

Similarly, to create a formula block, just wrapper your formula with $$.

MarkNote supports 3 types of Math notation: AsciiMath, Tex/LaTeX and MathML.

AsciiMath

Check here for AsciiMath syntax.
Sample: Code:
Code

$$
sum_(i=1)^n i^3=((n(n+1))/2)^2
$$

Will be rendered as:

\[ sum_(i=1)^n i^3=((n(n+1))/2)^2 \]

TeX, LaTeX

You could find the all supported TeX/LaTeX commands here
Sample: Code:
Code

$$
\displaystyle x = \frac{ - b \pm \displaystyle\sqrt {b^2 - 4ac} }{2a}
\ {\text{ when}}\ {ax^2 + bx + c = 0}
$$

will be rendered as:

\[ \displaystyle x = \frac{ - b \pm \displaystyle\sqrt {b^2 - 4ac} }{2a} \ {\text{ when}}\ {ax^2 + bx + c = 0} \]

MathML

Please check here for the MathML support details.

Tips

  • Use \ to escape special characters
  • Preview your math in real-time with MarkNote's live preview
  • Math rendering works in exported HTML and PDF