package kkmarkdown

  1. Overview
  2. Docs

Main entry for translation functions

val trans : ?unsafe:bool -> string -> Typ.t
  • parameter unsafe

    Enable unsafe rules. False by default.

val trans_from_file : ?unsafe:bool -> string -> Typ.t
  • parameter unsafe

    Enable unsafe rules. False by default.

val trans_from_stdin : ?unsafe:bool -> unit -> Typ.t
  • parameter unsafe

    Enable unsafe rules. False by default.

val trans_to_string : ?unsafe:bool -> ?rss:bool -> string -> string
  • parameter unsafe

    Enable unsafe rules. False by default.

  • parameter rss

    Suppress the elements that are inappropriate for RSS. False by default.