⚠️ Oops! This page doesn't appear to define a type called _.
Edit

MarkdownOfOCamldoc

This module does not have a toplevel documentation block.

let withStyle: ( [< `Bold | `Emphasis | `Italic | `Subscript | `Superscript ], Omd.t ) => element

let stripLoc: ('a => 'a, with_location('a)) => 'a

let whiteLeft: string => int

let sliceToEnd: (string, int) => string

let stripLeft: string => string

let makeHeader: ( [< `Section | `Subsection | `Subsubsection | `Title ], 'a, Omd.t ) => element

let handleRef: Reference.t( [< Paths.Reference.kind > `Class `ClassType `Constructor `Exception `Extension `Field `Method `Module `ModuleType `Type `Value ] ) => string

let convertItem: ( 'a, with_location( [< `Code_block of string | `Doc of string | `Example of Omd.name * string | `Heading of [< `Section | `Subsection | `Subsubsection | `Title ] * 'j1 * Comment.non_link_inline_element Comment.with_location list | `List of [ `Ordered | `Unordered ] * Comment.nestable_block_element Comment.with_location list list | `Modules of Comment.Reference.module_ list | `Paragraph of Comment.inline_element Comment.with_location list | `Tag of [> `Author of string | `Deprecated of Comment.nestable_block_element Location_.with_location list | `Param of string * Comment.nestable_block_element Location_.with_location list | `Raise of string * Comment.nestable_block_element Location_.with_location list | `Return of Comment.nestable_block_element Location_.with_location list | `See of 'k1 * Omd.href * Comment.nestable_block_element Location_.with_location list | `Since of string ] | `Verbatim of string ] ) ) => element

let convert: ('a, string) => list(element)