Closed walles closed 2 weeks ago
See this screenshot for example: https://github.com/walles/moar/issues/250#issuecomment-2450737725
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
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.
See this screenshot for example: https://github.com/walles/moar/issues/250#issuecomment-2450737725
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.