A representation of HTML, used to render Verso to the web.
Constructors
text (escape : Bool) (string : String) : Html
Textual content. If escape is true, then characters such as '&' are escaped to entities such
as "&" during rendering.