Function write_file

Source
pub fn write_file<P>(markdown: &Markdown, path: P) -> Result<(), Error>
where P: AsRef<Path>,
Expand description

write a Markdown struct into a file