mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
markup/highlight: Replace the temp for with a dependency
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"github.com/alecthomas/chroma/formatters/html"
|
||||
"github.com/alecthomas/chroma/lexers"
|
||||
"github.com/alecthomas/chroma/styles"
|
||||
hl "github.com/gohugoio/hugo/markup/highlight/temphighlighting"
|
||||
hl "github.com/yuin/goldmark-highlighting"
|
||||
)
|
||||
|
||||
func New(cfg Config) Highlighter {
|
||||
|
Reference in New Issue
Block a user