Commit 1e75ad4
committed
v0.0.6: lower adaptive wrap threshold to 40 chars
Shorter wrapped lines (indented list continuations, bullet-point tails)
were falling below the previous 50-char threshold and staying
unjoined. 40 catches the common case of a 4-space-indented bullet that
wraps to a short tail without being so permissive that it misfires on
natural short content (whose lines almost always end with a
terminator anyway).1 parent e19b318 commit 1e75ad4
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments