fn slugify(c: char) -> Option<char>
Convert chars from a title for an id.
“Hello, world!” -> “hello-world”