Nonbreakable space html entity is converted to a space
See original GitHub issue<div> </div>
prints
<div> </div>;
Which is not strictly the same thing
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:13 (7 by maintainers)
Top Results From Across the Web
How to Add a Non-breaking Space with the Character ...
Since the browser will display only one blank space even if you put millions in your code, HTML has the character entity....
Read more >Non-Breaking Space in HTML
In HTML coding, the non-breaking space is a character entity which can: create white space between words or web page elements; stop the...
Read more >Non-breaking Space HTML Symbol, Character and Entity Codes
HTML symbol, character and entity codes, ASCII, CSS and HEX values for Non-breaking Space, plus a panoply of others.
Read more >  and HTML Space Challenges and Tricks | Mailtrap Blog
Nbsp stands for non-breaking space, meaning that strings separated with this entity will not be separated and put into separate lines. To give ......
Read more >How to convert a space into non breaking space entity in c# ...
Replace the "regular" space with the "non-breaking space" Unicode character: string outputString = "Input text".Replace(" ", "\u00A0");.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rattrayalex please do, I’m happy to take a look at you PR as well
@rattrayalex thanks for doing this. Looks like the Babel team is on it. (I haven’t been active in a while so they probably know best).