printbox.html
PrintBox_html
printbox
type 'a html = 'a Tyxml.Html.elt
val prelude : [> Html_types.style ] html
HTML text to embed in the "<head>", defining the style for tables
val prelude_str : string
module Config : sig ... end
val to_html : ?config:Config.t -> PrintBox.t -> [ `Div ] html
HTML for one box
val to_string : ?config:Config.t -> PrintBox.t -> string
val to_string_doc : ?config:Config.t -> PrintBox.t -> string
Same as to_string, but adds the prelude and some footer
to_string