Module Odoc_markdown.ConfigSource

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