Skip to content

Commit 0cedac0

Browse files
committed
fix comment
1 parent bb1efdb commit 0cedac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/highlight/highlight.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func CodeFromLexer(lexer chroma.Lexer, code string) template.HTML {
131131

132132
_ = htmlw.Flush()
133133
// Chroma will add newlines for certain lexers in order to highlight them properly
134-
// // Once highlighted, strip them here, so they don't cause copy/paste trouble in HTML output
134+
// Once highlighted, strip them here, so they don't cause copy/paste trouble in HTML output
135135
return template.HTML(strings.TrimSuffix(htmlbuf.String(), "\n"))
136136
}
137137

0 commit comments

Comments
 (0)