Module Odoc_markdown.RendererSource
Sourceval is_control : char -> bool Sourceval is_letter : char -> bool Sourceval is_digit : char -> bool Sourceval is_alphanum : char -> bool Sourceval block_line_of_string : string -> string list Sourcetype label = {key : string;text : string list;
} Sourcetype indent = [ | `I of int| `L of int * string * int * Uchar.t option
] Sourcetype state = {newline_to_output : string;mutable start_of_text : bool;mutable identation_stack : indent list;
} Sourceval link_title : context -> char -> string list option -> unit