aboutsummaryrefslogtreecommitdiff
path: root/pkg/markup/markdown.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/markup/markdown.go')
-rw-r--r--pkg/markup/markdown.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/markup/markdown.go b/pkg/markup/markdown.go
index 741f6f55..55e40dc3 100644
--- a/pkg/markup/markdown.go
+++ b/pkg/markup/markdown.go
@@ -116,7 +116,7 @@ func (options *MarkdownRenderer) ListItem(out *bytes.Buffer, text []byte, flags
options.Renderer.ListItem(out, text, flags)
}
-// RawMarkdown renders Markdown to HTML without handling special links.
+// RawMarkdown renders content in Markdown syntax to HTML without handling special links.
func RawMarkdown(body []byte, urlPrefix string) []byte {
htmlFlags := 0
htmlFlags |= blackfriday.HTML_SKIP_STYLE