Omd_parserBeware: the functions in this module may raise exceptions! If you use them, you should be careful.
type r = Omd_representation.taccumulator (beware, reversed tokens)
and p = Omd_representation.tok listcontext information: previous elements
and l = Omd_representation.tok listtokens to parse
and main_loop = ?html:bool -> r -> p -> l -> Omd_representation.tmost important loop, which has to be given as an argument
val default_parse :
?extensions:Omd_representation.extensions ->
?default_lang:string ->
l ->
Omd_representation.tTranslate tokens to Markdown representation.
module type Env = sig ... endmodule Default_env (Unit : sig ... end) : Env