markup/highlight: Replace the temp for with a dependency

This commit is contained in:
Bjørn Erik Pedersen
2019-11-24 13:56:37 +01:00
parent b546417a27
commit a2d77f4a80
6 changed files with 5 additions and 822 deletions

View File

@@ -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"