Odoc_markdown.Config
type t = {
root_url : string option;
allow_html : bool;
}
val make : root_url:string option -> allow_html:bool -> unit -> Odoc_markdown.Config.t