write_table_markdown

Function write_table_markdown 

Source
pub fn write_table_markdown(
    path: &str,
    headers: &[&str],
    rows: &[Vec<&str>],
) -> Result<()>
Expand description

Write Markdown table to a file path. Returns Result for error handling.