You can search for identifiers within the package.
in-package search v0.2.0
Output Markdown.
module Config : sig ... end
val pp : Config.t -> Stdlib.Format.formatter -> PrintBox.t -> unit
Pretty-print the Markdown source code into this formatter.
val to_string : Config.t -> PrintBox.t -> string
A string with the Markdown source code.