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 * Stdlib.Uchar.t option
] Sourcetype state = {newline_to_output : string;mutable start_of_text : bool;mutable identation_stack : indent list;
} Sourceval buffer_add_dec_esc : Stdlib.Buffer.t -> char -> unit Sourceval buffer_add_bslash_esc : Stdlib.Buffer.t -> char -> unit Sourceval buffer_add_escaped_string :
?esc_ctrl:bool ->
Stdlib.Buffer.t ->
Char_set.t ->
string ->
unit Sourceval buffer_add_escaped_text : Stdlib.Buffer.t -> string -> unit Sourceval link_title : context -> char -> string list option -> unit