Module Renderer.Context

type t = context
val make : t -> Buffer.t -> context
val buffer : context -> Buffer.t
module State : sig ... end
val init : context -> doc -> unit
val byte : context -> char -> unit
val utf_8_uchar : context -> Uchar.t -> unit
val string : context -> string -> unit
val inline : context -> Inline.t -> unit
val block : context -> Block.t -> unit
val doc : context -> doc -> unit