- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180 (0)
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (37)
- 2_2_9 (0)
- 2_4_6
- 2_5_5
- 2_6_3
- What's this?
A List is a homogeneous set of ListItems.
The supported list types include:
:BULLET |
An unordered list |
:LABEL |
An unordered definition list, but using an alternate RDoc::Markup syntax |
:LALPHA |
An ordered list using increasing lowercase English letters |
:NOTE |
An unordered definition list |
:NUMBER |
An ordered list using increasing Arabic numerals |
:UALPHA |
An ordered list using increasing uppercase English letters |
Definition lists behave like HTML definition lists. Each list item can describe multiple terms. See RDoc::Markup::ListItem for how labels and definition are stored as list items.