Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Output Markdown.
module Config : sig ... end
val register_extension :
key:string ->
(Config.t -> PrintBox.ext -> string) ->
unit
Add support for the extension with the given key to this rendering backend. Note: the string returned by the handler can have line breaks.
val pp : Config.t -> Format.formatter -> PrintBox.t -> unit
Pretty-print the Markdown source code into this formatter.
val to_string : Config.t -> PrintBox.t -> string
A string with the Markdown source code.