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
When compiling to custom elements, markup like this...
<p>this should not be <strong>bold</strong></p>
...is treated incorrectly — a <strong> element appears where none should.
<strong>
(edited: turns out this is nothing to do with custom elements)
The text was updated successfully, but these errors were encountered:
failing tests for #1066
d4d7ef9
escape HTML - fixes #1066
7026222
Merge pull request #1073 from sveltejs/gh-1066
521fd74
Escape entities correctly when compiling to static HTML
Successfully merging a pull request may close this issue.
When compiling to custom elements, markup like this......is treated incorrectly — a
<strong>
element appears where none should.(edited: turns out this is nothing to do with custom elements)
The text was updated successfully, but these errors were encountered: