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 "resolution".
o1 : DIV
i2 : html oo
o2 = <div class="waystouse">
<h2>Ways to use <tt>resolution</tt>:</h2>
There are many ways to use <a title="projective resolution" href="/usr/share/doc/Macaulay2/Macaulay2Doc/html/_resolution.html">resolution</a>.</div>