Up

module Markdown

: sig
#
type t = Html.t
#
val to_string : t -> string
#
val of_string : string -> t
end