Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page__content.go')
-rw-r--r--hugolib/page__content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page__content.go b/hugolib/page__content.go
index 52389c472..f6f4564eb 100644
--- a/hugolib/page__content.go
+++ b/hugolib/page__content.go
@@ -38,7 +38,7 @@ type pageContent struct {
source rawPageContent
}
-// returns the content to be processed by Blackfriday or similar.
+// returns the content to be processed by Goldmark or similar.
func (p pageContent) contentToRender(renderedShortcodes map[string]string) []byte {
source := p.source.parsed.Input()