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 html strip #67

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix html strip #67

wants to merge 3 commits into from

Conversation

faissaloux
Copy link

Fixes #55

@PeterTYLiu
Copy link

I think this will improperly parse extreme edge cases where an HTML tag has angle brackets in its attributes, for instance:
<div data-foo="<Hello world>">, but it's not a serious problem.

@jllodra
Copy link

jllodra commented Oct 27, 2023

just wondering, will this be merged eventually?

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.

Removal of HTML-like code is too aggressive, removes valid uses of angle brackets as text
3 participants