type t = Html.tThe type of a Markdown document, represented as an (X)HTML tree
val to_string : t -> stringto_string t will output an (X)HTML string representation of the t Markdown
val of_string : string -> tof_string s will parse the s Markdown and store an X(HTML) representation via the Omd library.