The mark-up type DL is a member of the class MarkUpType. Each object of class DL is also a member of class MarkUpList.
More general types (whose methods may also apply) :
DL x -- encloses the list x as a hypertext DL itemized list.
The argument x should be a list, each member of which should be a list of length two.
Here is an example. The expression
DL { {"first heading","first item's text"}, {"second heading","second item's text"}, {"third heading","third item's text"}}produces
See also:
Methods for using an object of class DL :