-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
feat(compiler): allow replacing of special capital html characters #448
feat(compiler): allow replacing of special capital html characters #448
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me. Should we add numbers too to support the full range?
Hi @probablyup @garywilddev what's the current state of this? can at least the uppercase characters be merged so we can fix those cases? Is there any additional complexity involved on the numeric ones? |
Hi @d3v0ps and @probablyup , |
Need to at least get tests passing |
Hi @probablyup, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you!
Allows HTML character codes starting with a capital letter to be replaced.
#447