diff --git a/fun.go b/fun.go index 17fc380..a71cf54 100644 --- a/fun.go +++ b/fun.go @@ -344,6 +344,7 @@ func translate(honk *Honk) { var marker mz.Marker marker.HashLinker = ontoreplacer marker.AtLinker = attoreplacer + marker.AllowImages = true noise = strings.TrimSpace(noise) noise = marker.Mark(noise) honk.Noise = noise