Skip to content

Commit

Permalink
fixed comment again
Browse files Browse the repository at this point in the history
Co-Authored-By: silverwind <me@silverwind.io>
  • Loading branch information
Caellion and silverwind committed Dec 16, 2021
1 parent 017a609 commit 72b83ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/templates/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ func Str2html(raw string) template.HTML {
return template.HTML(markup.Sanitize(raw))
}

// RenderMarkup render Markdown text to sanitized HTML
// RenderMarkup render markdown/markup specified in type to sanitized HTML
func RenderMarkup(Type string, raw string) template.HTML {
var err error
var renderedContent string
Expand Down

0 comments on commit 72b83ff

Please sign in to comment.