only markdown precis if we found a new one
This commit is contained in:
parent
5eb2821d10
commit
55ece74faa
2
fun.go
2
fun.go
|
@ -300,10 +300,10 @@ func precipitate(honk *Honk) {
|
||||||
honk.Precis = noise[:idx]
|
honk.Precis = noise[:idx]
|
||||||
noise = noise[idx+1:]
|
noise = noise[idx+1:]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
honk.Precis = markitzero(strings.TrimSpace(honk.Precis))
|
honk.Precis = markitzero(strings.TrimSpace(honk.Precis))
|
||||||
honk.Noise = noise
|
honk.Noise = noise
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func translate(honk *Honk) {
|
func translate(honk *Honk) {
|
||||||
if honk.Format == "html" {
|
if honk.Format == "html" {
|
||||||
|
|
Loading…
Reference in New Issue