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

removeCommentsFromCDATA strip html comments with unexpect result #579

Closed
allex opened this issue Mar 22, 2016 · 1 comment
Closed

removeCommentsFromCDATA strip html comments with unexpect result #579

allex opened this issue Mar 22, 2016 · 1 comment

Comments

@allex
Copy link

allex commented Mar 22, 2016

options:

{ removeCommentsFromCDATA: true }

html code:

<script type="text/html">
<div>
</div>
<!-- aa -->
</script>

=>

<script type=text/html><div>
</div>
<!-- aa</script>
@alexlamsl
Copy link
Collaborator

@kangax related to #523 somewhat...

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

No branches or pull requests

2 participants