Skip to content

Commit 017a609

Browse files
Caellionsilverwind
andcommitted
go please... these are comments, not code
Co-Authored-By: silverwind <[email protected]>
1 parent 0624676 commit 017a609

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-
// Markdown2html render Markdown text to sanitized HTML
625+
// RenderMarkup render Markdown text 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)