Click or drag to resize
Alert

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

Function

TBD

Syntax
  1. a line consisting of

    1. n : (colon) characters, where n ≥ 3, followed by,

    2. optionally, a class attribute value;

  2. alert contents, consisting of any number of lines, where each line

    1. does not start with l : characters where ln;

  3. a line starting with m : characters where mn.

Examples
AMDL
:::note
This is so much better than MAML.
:::
AMDL
:::caution
The _class_ attribute value is case sensitive.
:::
AMDL
:::security
Do not edit MAML without proper insurance.
:::
AMDL
:::J#
This could have contained J#-specific usage notes, if anybody knew what that is.
:::
Example Output
Note Note
This is so much better than MAML.
Caution note Caution
The class attribute value is case sensitive.
Security note Security Note
Do not edit MAML without proper insurance.
J# note J# Note
This could have contained J#-specific usage notes, if anybody knew what that is.
Differences from PM
  1. No alert element exists in PM.

amdl2maml Support

Partial.

Limitations

  1. Alerts can only contain inline elements.

See Also