summaryrefslogtreecommitdiffstats
path: root/markup/pandoc/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/pandoc/convert.go')
-rw-r--r--markup/pandoc/convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/pandoc/convert.go b/markup/pandoc/convert.go
index 386a9ff26..eaa9bfb6a 100644
--- a/markup/pandoc/convert.go
+++ b/markup/pandoc/convert.go
@@ -18,9 +18,9 @@ import (
"github.com/gohugoio/hugo/common/hexec"
"github.com/gohugoio/hugo/htesting"
"github.com/gohugoio/hugo/identity"
- "github.com/gohugoio/hugo/markup/internal"
"github.com/gohugoio/hugo/markup/converter"
+ "github.com/gohugoio/hugo/markup/internal"
)
// Provider is the package entry point.