Macaulay2 » Documentation
Packages » Hypertext > HypertextParagraph > PRE
next | previous | forward | backward | up | index | toc

PRE -- preformatted text

Synopsis

Description

PRE x encloses x in a hypertext PRE item.

The argument x should be a string, possibly containing newlines.Here is an example.
   1234   2345    4567    5678
     34    345    3455       7
If one wishes to use quotation marks in the preformatted text, then /// should be used instead of quotation marks as delimiters.

See also

Methods that use an object of class PRE :

For the programmer

The object PRE is a markup type, with ancestor classes HypertextParagraph < Hypertext < BasicList < Thing.