Takes an ordered list of tuples; (heading_data) (key, column_width) and a slice of TableRows, the cell values
The TableRow could carry more data than the keys provided. That is, only hm.get(key) will appear in the output.
Returns a String of the heading and 2nd line of a markdown table.
Takes an ordered list of headings and a Vector of TableRows, the cell values
and produces a formatted Markdown Table.
From Spreadsheets, or keyed YAML files, the table could be named.
When we generate the Markdown, we optionally may want the title of the
table at the beginning.