render_table_markdown

Function render_table_markdown 

Source
pub fn render_table_markdown(headers: &[&str], rows: &[Vec<&str>]) -> String
Expand description

Render as GitHub-flavored Markdown table.