summaryrefslogtreecommitdiffstats
path: root/markup/goldmark/convert.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-24 13:56:37 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-24 13:59:16 +0100
commita2d77f4a803ce27802ea653a4aab53b89c37b488 (patch)
treefdd5d429fe1a9449891b0595050bb18683b475f7 /markup/goldmark/convert.go
parentb546417a27f8c59c8c7ccaebfef6bca03f5c4ac4 (diff)
markup/highlight: Replace the temp for with a dependency
Diffstat (limited to 'markup/goldmark/convert.go')
-rw-r--r--markup/goldmark/convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/convert.go b/markup/goldmark/convert.go
index 6c9a3771a..9ce0b0b56 100644
--- a/markup/goldmark/convert.go
+++ b/markup/goldmark/convert.go
@@ -28,10 +28,10 @@ import (
"github.com/alecthomas/chroma/styles"
"github.com/gohugoio/hugo/markup/converter"
"github.com/gohugoio/hugo/markup/highlight"
- hl "github.com/gohugoio/hugo/markup/highlight/temphighlighting"
"github.com/gohugoio/hugo/markup/markup_config"
"github.com/gohugoio/hugo/markup/tableofcontents"
"github.com/yuin/goldmark"
+ hl "github.com/yuin/goldmark-highlighting"
"github.com/yuin/goldmark/extension"
"github.com/yuin/goldmark/parser"
"github.com/yuin/goldmark/renderer"