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
HTML entities should not be escaped:
<h1>Hello {{name}} &!</h1>
Yields:
Hello world &!
The text was updated successfully, but these errors were encountered:
looks like all html entities are being escaped, as © isn't working, either
Sorry, something went wrong.
Thanks – fixed in 1.0.7
@Rich-Harris I just discovered this and you fixed it already. This is amazing, thanks!
No branches or pull requests
HTML entities should not be escaped:
Yields:
The text was updated successfully, but these errors were encountered: