Macaulay2 » Documentation
Packages » Text » Hypertext » style(Hypertext)
next | previous | forward | backward | up | index | toc

style(Hypertext)

Description

i1 : d = DIV { "Hello" }

o1 = Hello
i2 : d = style(d, "font-weight" => "bold")

o2 = Hello
i3 : peek d

o3 = DIV{"Hello", style => font-weight:bold;}

Ways to use this method:


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