@math tag
This tag inserts a mathematical expression. Expression is processed using LaTeX and must follow the Tex syntax.
Syntax
@math $ <tex math expression> $Example
This mkdoc source:
@math $ \frac{\sqrt{2x}}{y} $ produces the following formula
in the output document.