This handleize
behavior seems wrong.
According to the Docs:
If there are multiple consecutive whitespace or special
characters, then they're replaced with a single hyphen.
Test Case
{{ 'Abc 123-D--E 🔪 ŭ' | handleize }}
Expected Output
abc-123-d-e-u
Actual Output
abc-123-d-e-🔪-u