package omd

  1. Overview
  2. Docs

Parameters

module Env : Env

Signature

val default_lang : string
val gh_uemph_or_bold_style : bool
val blind_html : bool
val strict_html : bool
val htmlcodes_set : Omd_utils.StringSet.t
val inline_htmltags_set : Omd_utils.StringSet.t
val htmltags_set : Omd_utils.StringSet.t
val unindent_rev : int -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val unindent : int -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val is_blank : Omd_representation.tok list -> bool
val semph_or_bold : int -> Omd_representation.tok list -> (Omd_representation.tok list * Omd_representation.tok list) option
val sm_uemph_or_bold : int -> Omd_representation.tok list -> (Omd_representation.tok list * Omd_representation.tok list) option
val gh_uemph_or_bold : int -> Omd_representation.tok list -> (Omd_representation.tok list * Omd_representation.tok list) option
val uemph_or_bold : int -> Omd_representation.tok list -> (Omd_representation.tok list * Omd_representation.tok list) option
val eat_blank : Omd_representation.tok list -> Omd_representation.tok list
val tag__maybe_h1 : main_loop -> Omd_representation.tok
val tag__maybe_h2 : main_loop -> Omd_representation.tok
val hr_m : l -> l option
val hr_s : l -> l option
exception NL_exception
exception Premature_ending
val read_until_gt : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_lt : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_cparenth : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_oparenth : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_dq : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_q : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_obracket : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_cbracket : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_space : ?bq:bool -> ?no_nl:bool -> Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_until_newline : Omd_representation.tok list -> Omd_representation.tok list * Omd_representation.tok list
val read_title : main_loop -> int -> r -> p -> l -> (r * p * l) option
val maybe_extension : (r -> p -> l -> (r * p * l) option) list -> r -> p -> l -> (r * p * l) option
val emailstyle_quoting : main_loop -> r -> p -> l -> (r * p * l) option
val maybe_reference : Omd_representation.ref_container -> r -> p -> l -> (r * p * l) option
val parse_list : main_loop -> r -> p -> l -> r * p * l
val bcode : ?default_lang:Omd_representation.name -> r -> p -> l -> (r * p * l) option
val icode : ?default_lang:Omd_representation.name -> r -> p -> l -> (r * p * l) option
val main_loop_rev : r -> p -> l -> r
val main_loop : r -> p -> l -> Omd_representation.t
OCaml

Innovation. Community. Security.