Function madato::mk_md_header

source ·
pub fn mk_md_header(heading_data: &[(String, usize)]) -> String
Expand description

Returns a String of the heading and 2nd line of a markdown table.

§Arguments

headings - vector of headings (column titles over the table) and their sizes