pub fn convert_file_to_html( input_path: &Path, output_path: &Path, ) -> Result<(), MarkdownError>
Convert markdown file to HTML file. Reads markdown from input path and writes HTML to output path.
input_path
output_path
Ok(()) on success or MarkdownError