Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module type Wikicreole.Builder

module type Builder = sig..end

include Wikicreole.RawBuilder
type plugin_content = 
  [ `Flow5 of flow
  | `Flow5_link of href * Wikicreole.attribs * flow_without_interactive
  | `Phrasing_link of
   href * Wikicreole.attribs * phrasing_without_interactive
  | `Phrasing_without_interactive of phrasing_without_interactive ]
val plugin : 
  string ->
  Wikicreole.plugin_resolver option *
  (param, plugin_content) Wikicreole.plugin
val plugin_action : string -> int -> int -> (param, unit) Wikicreole.plugin
val href_action : 
  string ->
  string option -> Wikicreole.attribs -> int * int -> param -> unit