Function notedown_parser::utils::slugify[]

pub fn slugify(
    string: &str,
    stop_words: &str,
    sep: &str,
    max_length: Option<usize>
) -> String