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