kkmarkdown.lib
Lib.Kkmarkdown
Main entry for translation functions
val trans : ?unsafe:bool -> string -> Typ.t
Enable unsafe rules. False by default.
val trans_from_file : ?unsafe:bool -> string -> Typ.t
val trans_from_stdin : ?unsafe:bool -> unit -> Typ.t
val trans_to_string : ?unsafe:bool -> ?rss:bool -> string -> string
Suppress the elements that are inappropriate for RSS. False by default.