Module Textile_duce (.ml)


module Textile_duce: sig .. end
Facilities for converting textile into TyXML's XHTML_types_duce representation

exception Invalid_textile of string
Raises only when function receives invalid AST, for example, with Header 10.
val xhtml_of_block : Textile.block -> XHTML_types_duce.block
val xhtml_of_textile : Textile.block Stream.t -> XHTML_types_duce.blocks