summaryrefslogtreecommitdiffstats
path: root/markup/highlight/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/highlight/config.go')
-rw-r--r--markup/highlight/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/highlight/config.go b/markup/highlight/config.go
index b1f6d4603..ca065fd2d 100644
--- a/markup/highlight/config.go
+++ b/markup/highlight/config.go
@@ -84,7 +84,7 @@ type Config struct {
GuessSyntax bool
}
-func (cfg Config) ToHTMLOptions() []html.Option {
+func (cfg Config) toHTMLOptions() []html.Option {
var lineAnchors string
if cfg.LineAnchors != "" {
lineAnchors = cfg.LineAnchors + "-"