MarkUpType -- the class of markup types used with hypertext
Description
Some markup types allow options (attributes) to be inserted in their html tags.
i1 : DIV ( "class" => "waystouse", SUBSECTION {"Ways to use ", TT "resolution", ":"},
"There are many ways to use ", TO "resolution", "."
)
o1 = Ways to use resolution:
=======================
There are many ways to use "freeResolution".
i2 : html oo
o2 = <div class="waystouse">
<h2>Ways to use <span class="tt">resolution</span>:</h2>
There are many ways to use <a title="compute a free resolution of a module or ideal" href="common/share/doc/Macaulay2/Complexes/html/_free__Resolution.html">freeResolution</a>.</div>