need to allow images in markdown
This commit is contained in:
parent
314949d045
commit
1b36e72cc1
1 changed files with 1 additions and 0 deletions
1
fun.go
1
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
|
||||
|
|
Loading…
Reference in a new issue