printMarkdown

fun printMarkdown(table: List<List<Any>>, headers: List<String>)

Prints a table of values and headers in Markdown format. Table columns are automatically adjusted to the longest column.