Skip to content
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

fix: pass through numeric character references representing < and & as is #2

Closed
wants to merge 1 commit into from

Conversation

brettz9
Copy link

@brettz9 brettz9 commented Dec 23, 2021

fix: pass through numeric character references representing < and & as is, as otherwise may break well-formedness; fixes #1

Should also help toward fixing svg/svgo#1498

…&` as is, as otherwise may break well-formedness; fixes svg#1
@brettz9 brettz9 force-pushed the numeric-character-references branch from 8d80422 to ea607fa Compare December 23, 2021 04:52
brettz9 added a commit to brettz9/svgo that referenced this pull request Dec 23, 2021
fix: avoid escaping numeric entities or predefined entities lt and amp

Also allows .idea in .gitignore
@brettz9 brettz9 closed this Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected errors for numeric character references that represent < or &
1 participant