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

HypertextContainer -- the class of markup lists that can contain paragraphs

Description

Mark-up lists of this type get special handling when converted to nets by net, because the paragraphs must be collected and wrapped.

Menu

Types of markup list container:

  • BODY -- hypertext BODY item
  • DIV -- a hypertext division
  • DL -- hypertext DL element
  • HEAD -- hypertext HEAD item
  • HTML -- hypertext item
  • INDENT (missing documentation)
  • LI -- hypertext list item
  • MENU -- hypertext menu item
  • OL -- hypertext OL item
  • TABLE -- hypertext table
  • TD -- hypertext TD element
  • TR -- hypertext TR element
  • UL -- hypertext UL item

For the programmer

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


The source of this document is in Text.m2:47:0.