Module Odoc_markdown.Link

Markdown-specific interpretation of Odoc_document.Url

type resolve =
  1. | Current of Odoc_document.Url.Path.t
  2. | Base of string
val href : config:Config.t -> resolve:resolve -> Odoc_document.Url.t -> string
module Path : sig ... end