all repos — honk @ 89190cf92a0ce646257f5874621a72fcb02e55fa

my fork of honk

only markdown precis if we found a new one
Ted Unangst tedu@tedunangst.com
Thu, 23 Feb 2023 18:32:24 -0500
commit

89190cf92a0ce646257f5874621a72fcb02e55fa

parent

960eb887b5bd792f05582dfe68c7711bd477aeee

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M fun.gofun.go

@@ -300,9 +300,9 @@ } else {

honk.Precis = noise[:idx] noise = noise[idx+1:] } + honk.Precis = markitzero(strings.TrimSpace(honk.Precis)) + honk.Noise = noise } - honk.Precis = markitzero(strings.TrimSpace(honk.Precis)) - honk.Noise = noise } func translate(honk *Honk) {