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

Enter (carriage return, line feed) will not break line, but Space does #2

Open
hsandt opened this issue May 3, 2024 · 0 comments
Open

Comments

@hsandt
Copy link

hsandt commented May 3, 2024

I cannot force a newline with Enter/Return, but I can break the line with a space, in the line becomes too long.

A newline in input is stronger than a space and should probably force a newline in output.

Longword1
Longword2

will try to be on one line, whereas

Longword1 Longword2

will generally be split over two lines.

Btw is there a way to control bubble width / aspect ratio and when line will be broken naturally by space?

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

No branches or pull requests

1 participant