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
When you output formatting with HTML entity, it calculates the size using the entity characters, not the output symbol
The size of the formatting should be single character for one HTML entity
See CodePen repro
N/A
The text was updated successfully, but these errors were encountered:
fix processing Hex HTML entities #992
7483c09
The problem was regex that was used for rendering HTML entities, it didn't handle Hex digits.
Sorry, something went wrong.
No branches or pull requests
Issue summary
When you output formatting with HTML entity, it calculates the size using the entity characters, not the output symbol
Expected behavior
The size of the formatting should be single character for one HTML entity
Steps to reproduce
See CodePen repro
Browser and OS
N/A
The text was updated successfully, but these errors were encountered: