We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47131ad commit 182d358Copy full SHA for 182d358
modules/templates/helper.go
@@ -625,7 +625,7 @@ func Str2html(raw string) template.HTML {
625
}
626
627
// RenderMarkup render markdown/markup specified in type to sanitized HTML
628
-func RenderMarkup(markupType string, raw string) template.HTML {
+func RenderMarkup(markupType, raw string) template.HTML {
629
var err error
630
var renderedContent string
631
0 commit comments