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

Incorrectly removed whitespaces #48

Closed
mantoni opened this issue May 12, 2017 · 3 comments · Fixed by choojs/nanohtml#81
Closed

Incorrectly removed whitespaces #48

mantoni opened this issue May 12, 2017 · 3 comments · Fixed by choojs/nanohtml#81

Comments

@mantoni
Copy link

mantoni commented May 12, 2017

As commented on PR #45, some layouts are screwed up now (I should have opened an issue in the first place). Consider this:

<em>Yes</em>
<span>yo</span>

This should render as "Yes yo". With the change from #45 it becomes "Yesyo".

You can replace multiple whitespace characters with a single blank though. That'd be fine.

@yoshuawuyts
Copy link
Collaborator

potential fix choojs/nanohtml#74

@mantoni
Copy link
Author

mantoni commented May 30, 2017

So what's the solution here? The "fix" applied to bel contains a whole bunch of things and it's a bit hard to extract what is needed to fix the issue in yo-yoify. Can you help @yoshuawuyts?

@yoshuawuyts
Copy link
Collaborator

yoshuawuyts commented May 30, 2017 via email

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

Successfully merging a pull request may close this issue.

2 participants