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
I found this behavior confusing. Is there a way to apply just a style and leave newlines alone. Without Inline trailing newlines are padded. With Inline newlines are removed completely.
To continue the CSS analogy I want a span and not a div.
When I do
style.Render("hello\nworld")
I am expecting 2 different words.
If I use
Inline
, the result ishelloworld
without space.I think we want 2 separate words here, i.e. replace newlines by spaces during inline mode.
Found while working on #109.
The text was updated successfully, but these errors were encountered: