Function madato::named_table_to_md

source ยท
pub fn named_table_to_md(
    table: &Result<NamedTable<String, String>, MadatoError>,
    print_name: bool,
    render_options: &Option<RenderOptions>
) -> String
Expand description

From Spreadsheets, or keyed YAML files, the table could be named. When we generate the Markdown, we optionally may want the title of the table at the beginning.