Function run_pandoc

Source
pub fn run_pandoc(
    src_dir: &str,
    target_name: &str,
    opts: &[PandocOption<'_>],
) -> Result<()>