Macaulay2 » Documentation
Packages » Text :: HR
next | previous | forward | backward | up | index | toc

HR -- hypertext HR element (horizontal rule)

Description

i1 : DIV{"hi there", HR{}, "ho there" }

o1 = hi there----------------------------------------------------------------
     --------ho there
i2 : html oo

o2 = <div>
     hi there  <hr>
     ho there</div>

For the programmer

The object HR is a markup type, with ancestor classes HypertextVoid (missing documentation) < Hypertext < BasicList < Thing.


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