Function extract_from_path

Source
pub fn extract_from_path(
    path: &PathBuf,
    regex: &Regex,
) -> Result<Vec<MarkdownSection>, Error>