PrintBox_html
val prelude : [> Html_types.style ] html
HTML text to embed in the "<head>", defining the style for tables
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