Click or drag to resize
Math

This topic details the AMDL syntax and semantics of math elements.

Function

Denote a mathematical expression.

Syntax

A math element consists of:

  1. a $ character, followed by

  2. formatted text, followed by

  3. a $ character.

Note Note
The formatted text must not start with space, a digit or a $ character, and it must not end with space.
Example
AMDL
$Just my $0.02$.
Example Output

Just my $0.02.

Differences from PM
  1. PM treats the contents of math elements as having TeX syntax.

amdl2maml Support

Complete.

See Also