@@ -476,8 +476,10 @@ func wrap(input string, offset int, wrapAt int) string {
for i, line := range lines {
if i != 0 {
if len(line) > 0 {
sb.WriteString(padding)
}
sb.WriteString(wrapLine(line, offset, wrapAt, padding))
The note is not visible to the blocked user.