Skip to main content

write_md

Function write_md 

Source
pub fn write_md(
    out_path: &str,
    files: &[PathBuf],
    id_map: &HashMap<PathBuf, String>,
    tree_text: Option<String>,
    _stamp: &str,
    id_style: &str,
) -> Result<()>