Module Odoc_markdown.Config

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