List item
Identifies an item in a list.
Syntax.
<list>
* List item
* List item
<\list>
|
Or:
<list order>
<item id=name> List item
<item id=name> List item
<item id=name> List item
.
.
.
<\list>
|
The shorthand form, which is an asterisk (*), is almost always used.
The long form allows you to cross-reference an item in a list.
You can only cross-reference items in an ordered list because the
automatically-assigned item numbers are used in the cross-reference text
(which HelpTag substitutes for the <xref> element).
See Also.