Macaulay2 » Documentation
Packages » Hypertext > HypertextContainer > UL
next | previous | forward | backward | up | index | toc

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.