next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Hypertext > HypertextContainer > UL

UL -- hypertext UL item

Synopsis

Description

UL x encloses the list x as a hypertext UL itemized list.

The argument x should be a list of strings or hypertext items.

Here is an example. The expression

UL {"first","second","third"}
produces

See also

For the programmer

The object UL is a markup type, with ancestor classes HypertextContainer < Hypertext < BasicList < Thing.