marko

Function create_markdown_table

Source
pub fn create_markdown_table(
    headers: &[&str],
    rows: &[HashMap<&str, &str>],
) -> Vec<String>