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

OL -- hypertext OL item

Synopsis

Description

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

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

Here is an example. The expression
OL {"first","second","third"}
produces
  1. first
  2. second
  3. third

See also

Functions and methods returning an object of class OL :

For the programmer

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