need to allow images in markdown

This commit is contained in:
Ted Unangst 2023-08-26 19:47:45 -04:00
parent 314949d045
commit 1b36e72cc1
1 changed files with 1 additions and 0 deletions

1
fun.go
View File

@ -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