We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This block upgrade of slug for some situations.
The text was updated successfully, but these errors were encountered:
Could you please add more detail about your idea? I'm not sure what you mean.
Sorry, something went wrong.
I'd like to make exceptions to the char map like:
slug.charmap['ä'] = 'ä'; slug.charmap['Ä'] = 'Ä'; slug('äÄ öÖ'); // returns 'oO' instead of 'äÄ-oO'
Maybe @dcharbonnier means the same thing? Is this possible?
if we can not manage a consistent slug between versions there is cases (the resulting slug is stored somewhere) where we can not update this lib
No branches or pull requests
This block upgrade of slug for some situations.
The text was updated successfully, but these errors were encountered: