need to allow images in markdown
This commit is contained in:
parent
314949d045
commit
1b36e72cc1
1
fun.go
1
fun.go
|
@ -344,6 +344,7 @@ func translate(honk *Honk) {
|
||||||
var marker mz.Marker
|
var marker mz.Marker
|
||||||
marker.HashLinker = ontoreplacer
|
marker.HashLinker = ontoreplacer
|
||||||
marker.AtLinker = attoreplacer
|
marker.AtLinker = attoreplacer
|
||||||
|
marker.AllowImages = true
|
||||||
noise = strings.TrimSpace(noise)
|
noise = strings.TrimSpace(noise)
|
||||||
noise = marker.Mark(noise)
|
noise = marker.Mark(noise)
|
||||||
honk.Noise = noise
|
honk.Noise = noise
|
||||||
|
|
Loading…
Reference in New Issue