pub fn render_table_markdown(headers: &[&str], rows: &[Vec<&str>]) -> String
Render as GitHub-flavored Markdown table.