pub fn write_file<P>(markdown: &Markdown, path: P) -> Result<(), Error>where P: AsRef<Path>,
write a Markdown struct into a file