Skip to content

Commit 72b83ff

Browse files
Caellionsilverwind
andcommitted
fixed comment again
Co-Authored-By: silverwind <[email protected]>
1 parent 017a609 commit 72b83ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ func Str2html(raw string) template.HTML {
622622
return template.HTML(markup.Sanitize(raw))
623623
}
624624

625-
// RenderMarkup render Markdown text to sanitized HTML
625+
// RenderMarkup render markdown/markup specified in type to sanitized HTML
626626
func RenderMarkup(Type string, raw string) template.HTML {
627627
var err error
628628
var renderedContent string

0 commit comments

Comments
 (0)