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
Given this template:
<div> what<span> </span>the </div>
the non-breaking space is lost when rendering, either to the DOM or with the SSR.
Reproduction with the REPL
The text was updated successfully, but these errors were encountered:
differentiate between nbsp and other whitespace (#348)
ce6178d
Merge pull request #352 from sveltejs/gh-348
a362b43
differentiate between nbsp and other whitespace
Thanks — fixed in 1.10.3
Sorry, something went wrong.
differentiate between nbsp and other whitespace (sveltejs#348)
78c9fa4
I'm having the same issue again on 3.3.2. A node with just becomes empty (converted to normal whitespaces)
Successfully merging a pull request may close this issue.
Given this template:
the non-breaking space is lost when rendering, either to the DOM or with the SSR.
Reproduction with the REPL
The text was updated successfully, but these errors were encountered: