only markdown precis if we found a new one
This commit is contained in:
parent
5eb2821d10
commit
55ece74faa
4
fun.go
4
fun.go
|
@ -300,9 +300,9 @@ func precipitate(honk *Honk) {
|
|||
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) {
|
||||
|
|
Loading…
Reference in New Issue