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

& is escaped #85

Closed
robnagler opened this issue Dec 1, 2016 · 3 comments
Closed

& is escaped #85

robnagler opened this issue Dec 1, 2016 · 3 comments

Comments

@robnagler
Copy link

HTML entities should not be escaped:

<h1>Hello {{name}} &amp;!</h1>

Yields:

Hello world &amp;!
@opeologist
Copy link

looks like all html entities are being escaped, as © isn't working, either

@Rich-Harris
Copy link
Member

Thanks – fixed in 1.0.7

@flanger001
Copy link

@Rich-Harris I just discovered this and you fixed it already. This is amazing, thanks!

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

4 participants