Function madato::mk_md_header[][src]

pub fn mk_md_header(heading_data: &[(String, usize)]) -> String

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