package printbox-md

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module PrintBox_mdSource

Output Markdown.

  • since 0.9
Sourcemodule Config : sig ... end
Sourceval 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.

Pretty-print the Markdown source code into this formatter.

Sourceval to_string : Config.t -> PrintBox.t -> string

A string with the Markdown source code.