You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, not particularly. I think it makes sense and would actually allow me to strip out some of the logic for replacing spaces with   (which, as you said, doesn't cover every case anyway).
Is there a good reason you're not using
white-space: pre
instead of replacing all spaces with
? (
isn't enough to cover all cases anyway)The text was updated successfully, but these errors were encountered: