diff options
Diffstat (limited to 'markup/goldmark/codeblocks/transform.go')
-rw-r--r-- | markup/goldmark/codeblocks/transform.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/codeblocks/transform.go b/markup/goldmark/codeblocks/transform.go index be5334b5f..829dfcc19 100644 --- a/markup/goldmark/codeblocks/transform.go +++ b/markup/goldmark/codeblocks/transform.go @@ -6,7 +6,7 @@ import ( "github.com/yuin/goldmark/text" ) -// Kind is the kind of an Hugo code block. +// KindCodeBlock is the kind of an Hugo code block. var KindCodeBlock = ast.NewNodeKind("HugoCodeBlock") // Its raw contents are the plain text of the code block. |