package omd

  1. Overview
  2. Docs

Beware: the functions in this module may raise exceptions! If you use them, you should be careful.

accumulator (beware, reversed tokens)

context information: previous elements

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.

  • parameter lang

    language for blocks of code where it was not specified. Default: "".

module type Env = sig ... end
module Default_env (Unit : sig ... end) : Env
module Make (Env : Env) : sig ... end