cow
XML, JSON, HTML and Markdown libraries
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library cow_lib
type t = Cow_html.t
The type of a Markdown document, represented as an (X)HTML tree
val to_string : t -> string
to_string t
will output an (X)HTML string representation of the t
Markdown
val of_string : string -> t
of_string s
will parse the s
Markdown and store an X(HTML) representation via the Omd library.