Click or drag to resize
Definition List

This topic details the AMDL syntax and semantics of definition lists.

Function

List terms along with their definitions.

Syntax

A definition list consists of a sequence of definition list items. A definition list item consists of

  1. one or more terms, where each term consists of

    1. a line of text,

    followed by

  2. one or more definitions, where each definition consists of

    1. optionally, a blank line, followed by,

    2. optionally, up to three space characters, followed by

    3. a colon, followed by

    4. one or more space or tab characters, followed by

    5. any inline elements.

Lazy continuation TBD.

Example
AMDL
Term
:        Definition
Example Output
Term
Definition
Differences from PM

N/A.

amdl2maml Support

Absent, pending parser modification.

Current Workaround:

AMDL
### Term
- Definition
See Also