Up

module Code

: sig
#
val ocaml : string -> Html.t
#
val ocaml_fragment : string -> Html.t

Convert a string into an xHTML fragment, where keywords have been classified in different classes.

#
val ocaml_css : Css.t

CSS fragment to colorize the keywords, depending on their class

end