We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See this screenshot for example: #250 (comment)
We should treat numbers as words when we wrap.
Unclear what we should do with abc123, but as long as we don't wrap in the middle of 123 I'll consider this issue fixed.
abc123
123
The text was updated successfully, but these errors were encountered:
f0d198f
This was due to not breaking on hyphens.
Thus there was nowhere to break these lines, and we fell back to just cutting at the right edge.
Fixed now.
Sorry, something went wrong.
No branches or pull requests
See this screenshot for example: #250 (comment)
We should treat numbers as words when we wrap.
Unclear what we should do with
abc123
, but as long as we don't wrap in the middle of123
I'll consider this issue fixed.The text was updated successfully, but these errors were encountered: