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

The text layout changes #110

Open
nirsharony opened this issue Dec 31, 2020 · 2 comments
Open

The text layout changes #110

nirsharony opened this issue Dec 31, 2020 · 2 comments

Comments

@nirsharony
Copy link

Hi.

I ran the following simple HTML buffer through the library:

<div dir="ltr">I received an e-mail from one of your colleagues a short while back regarding an invoice i received</div>

and to my surprise, I got back:

I received an e-mail from one of your colleagues a short while back
regarding an invoice i received

Why are you adding the extra newline between "back" and "regarding"??

@peterdutton
Copy link

You've probably discovered it by now, but the class has an option for 'width' which defaults to 70 characters. Set this to 0 to prevent the new line. You pass the options array in with the constructor.

@DmitrySkibitsky
Copy link

DmitrySkibitsky commented Aug 3, 2021

You've probably discovered it by now, but the class has an option for 'width' which defaults to 70 characters. Set this to 0 to prevent the new line. You pass the options array in with the constructor.

Some "genius" (no) came up with adding this by default.
Thanks for the corrupted db.

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

3 participants