-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
URLs larger than column always begin on new line #38
Comments
It would be helpful if someone could submit a pull request with failing tests :) |
As it happens, this is actually expected behaviour, I learned while debugging #37. The strange word wrap starting on the next line is actually the result of this section of code it seems: Lines 122 to 127 in a28eb7d
So I guess we can close this. I am curious though why it is written like this. By that I mean to ask, is it intentional that it doesn't check that the My proposal now, unless everything is indeed working as intended, is that we open a new issue to tackle making sure there is no line break if the wordWrap option is set false. Please share your thoughts on this. |
I've only noticed this happen with URLs and only with
hard: true
. Even withwordWrap: false
it still happens as long ashard: true
is passed.Normal 'word':
✅
Hyperlink:
❌
The text was updated successfully, but these errors were encountered: