diff --git a/modules/markup/html.go b/modules/markup/html.go index 4c4a06f27e1c..d752fe211aed 100644 --- a/modules/markup/html.go +++ b/modules/markup/html.go @@ -317,7 +317,6 @@ func RenderEmoji( return ctx.postProcess(rawHTML) } - func (ctx *postProcessCtx) postProcess(rawHTML []byte) ([]byte, error) { if ctx.procs == nil { ctx.procs = defaultProcessors