diff options
Diffstat (limited to 'internal/markup/markup.go')
-rw-r--r-- | internal/markup/markup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/markup/markup.go b/internal/markup/markup.go index e09a0ba6..1a22daae 100644 --- a/internal/markup/markup.go +++ b/internal/markup/markup.go @@ -334,7 +334,7 @@ func Detect(filename string) Type { } } -// Render takes a string or []byte and renders to HTML in given type of syntax with special links. +// Render takes a string or []byte and renders to sanitized HTML in given type of syntax with special links. func Render(typ Type, input interface{}, urlPrefix string, metas map[string]string) []byte { var rawBytes []byte switch v := input.(type) { |