When I do `style.Render("hello\nworld")` I am expecting 2 different words. If I use `Inline`, the result is `helloworld` without space. I think we want 2 separate words here, i.e. replace newlines by spaces during inline mode. Found while working on #109.
When I do
style.Render("hello\nworld")I am expecting 2 different words.
If I use
Inline, the result ishelloworldwithout space.I think we want 2 separate words here, i.e. replace newlines by spaces during inline mode.
Found while working on #109.