Skip to content

Fix issues with parsing ampersands #80

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adriangl
Copy link
Contributor

Github issue (delete if this does not apply)

Resolves #66

PR's key points

The PR resolves the issue in #66 by basically removing managing all HTML entities, and only handling the ones related to > and < when unescaping HTML tags.

Definition of Done

  • Changes summary added to CHANGELOG.md
  • Documentation added to README.md (if a new feature is added)
  • Tests added (if new code is added)
  • There is no outcommented or debug code left

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The entity name must immediately follow the '&' in the entity reference
1 participant