Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Beware: the functions in this module may raise exceptions! If you use them, you should be careful.
type r = Omd_representation.t
accumulator (beware, reversed tokens)
and p = Omd_representation.tok list
context information: previous elements
and l = Omd_representation.tok list
tokens to parse
and main_loop = ?html:bool -> r -> p -> l -> Omd_representation.t
most important loop, which has to be given as an argument
val default_parse :
?extensions:Omd_representation.extensions ->
?default_lang:string ->
l ->
Omd_representation.t
Translate tokens to Markdown representation.
module type Env = sig ... end
module Default_env (Unit : sig ... end) : Env