package printbox

  1. Overview
  2. Docs
Allows to print nested boxes, lists, arrays, tables in several formats

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
md5=2cd18b6198d58c27d1bbec4d18836353
sha512=6aefd975403751288de02104f0bf21d455e37c057fd9237d38af42dd8e01643514acc3a9ab96d42b0c1f5064c3a330833352ac09cd6198275f1c165db2bace7f

doc/printbox.html/PrintBox_html/index.html

Module PrintBox_htmlSource

Output HTML

Sourcetype 'a html = 'a Tyxml.Html.elt
Sourceval prelude : [> Html_types.style ] html

HTML text to embed in the "<head>", defining the style for tables

Sourceval prelude_str : string
Sourcemodule Config : sig ... end
Sourceval to_html : ?config:Config.t -> PrintBox.t -> [ `Div ] html

HTML for one box

Sourceval to_string : ?config:Config.t -> PrintBox.t -> string
Sourceval to_string_doc : ?config:Config.t -> PrintBox.t -> string

Same as to_string, but adds the prelude and some footer

OCaml

Innovation. Community. Security.

On This Page
  1. Output HTML