-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
file escaping
#9606
Fix .html
file escaping
#9606
Conversation
🦋 Changeset detectedLatest commit: d778e89 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! There might be a different approach for this, but this is definitely a step in the right direction.
a1ffd66
to
29b8e77
Compare
Co-authored-by: Happydev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I'm just curious about the reasoning behind some code
Changes
Close #9480
Correctly parse in
.html
`There are \`${count}\` things!`
pnpm exec changeset
Testing
Add
test/html-escape-bug.test.js
along with fixture.Docs
n/a. bug fix to the template.