Typemill   ›   Free Features   ›   Math Plugin

Math Plugin

The Math plugin integrates the KaTeX and MathJax libraries to add math formulas to your Markdown content. You can write formulas manually in the raw mode of the Typemill editor or use the visual mode, which automatically wraps your math syntax.

It is recommended to use the bracket syntax.

It is recommended to use the bracket syntax. Inline math is wrapped into slashbacks followed by round brackets like this: \(1+1=2\) which produces \(1+1=2\) inline math.

Math blocks are wrapped with slashbacks followed by square brackets like this:

\[ 1+1=2 \]

Which produces this:

$$ 1+1=2 $$