Macaulay2 » Documentation
Packages » Text » Hypertext » HypertextContainer » OL
next | previous | forward | backward | up | index | toc

OL -- hypertext OL item

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

For the programmer

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


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Text.m2:786:0.