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
Decimal and hex HTML entities work as expected, but named entities aren't parsed correctly.
For example, … renders as … but … just renders as …
…
…
The text was updated successfully, but these errors were encountered:
The complete list of mappings can be found here: https://www.w3.org/TR/html5/entities.json
Also, the html-entities package may be useful?
Sorry, something went wrong.
Handle named entities #30
0d5c827
I've pushed a commit which addresses this, can you give it a shot?
Tested, looks good to me!
No branches or pull requests
Decimal and hex HTML entities work as expected, but named entities aren't parsed correctly.
For example,
…
renders as … but…
just renders as …The text was updated successfully, but these errors were encountered: