Commit f22810c
committed
fix(man): clear need_paragraph unconditionally on non-empty lines
Previously, need_paragraph was only cleared inside the
`need_paragraph && !first` branch, so leading empty lines would leave
it set and cause a spurious .PP before the second non-empty line.
https://claude.ai/code/session_01CrXuWDMVQsiUBoy6ceACsF1 parent 4f3978a commit f22810c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments