-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
How to capitalize text starting with ampersand in 4.x, eg: #tag #343
Comments
Just to clarify, you mean starting with If the goal is just capitalizing words, this is an expensive library for that and it's simpler to just do something like |
First, thanks for the great work and for your reply! Thanks also for the correction! We use |
Sounds good. If we can get a rough idea of how you think it should work it shouldn’t be an issue to add an option for you. Is it just the same behavior in v3? I don’t have time to test right now, but I think it wouldn’t have capitalized anything that had a capital (same behavior as words today). E.g. it’d stay as |
Yes I think all of your thoughts on how it should work align with mine (which I believe is how v3 worked as well - which indeed would preserve the existing capitalization of Thank you again for your great work and your attention on this! |
@blakeembrey sorry to be a bother with this. Is our best bet for the short-term downgrading? Might this be resolved in the next few weeks? I'm trying to square away some final tasks before a new release and I'm wondering if downgrading should be one of them. |
3.x used to handle this seamlessly. I tried a few configuration options to restore this behavior but I can't seem to make it work.
It's not the end of the world if we have to substring and reconstruct the string, but I'd rather not if I'm just overlooking something.
The text was updated successfully, but these errors were encountered: