[][src]Function spongedown::parse_with_base_dir

pub fn parse_with_base_dir(
    arg: &str,
    base_dir: &str,
    embed_files: &Option<BTreeMap<String, Vec<u8>>>
) -> Result<Html, Error>