Skip to content

Commit 8ad6457

Browse files
lunnytechknowlogick
authored andcommitted
Fix markdown invoke sequence (#7513)
1 parent be9d67f commit 8ad6457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/markdown/markdown.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func RenderRaw(body []byte, urlPrefix string, wikiMarkdown bool) []byte {
153153
}
154154

155155
body = blackfriday.Markdown(body, renderer, exts)
156-
return body
156+
return markup.SanitizeBytes(body)
157157
}
158158

159159
var (

0 commit comments

Comments
 (0)