Module Print_table_test.Printbox_table

Render a PrintBox in GitHub Flavored Markdown table syntax.

type t = PrintBox.t
val of_print_table : Print_table.t -> t
val to_string_markdown : t -> Base.string

This is implemented as post-process that expects the table to be in a box-drawing style as produced by PrintBox when rendered into ansi. Not suitable for all-purposes.