pub fn write_table_markdown( path: &str, headers: &[&str], rows: &[Vec<&str>], ) -> Result<()>
Write Markdown table to a file path. Returns Result for error handling.