Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'markup/pandoc/convert.go')
-rw-r--r--markup/pandoc/convert.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/markup/pandoc/convert.go b/markup/pandoc/convert.go
index 074e97d96..bbf619ce6 100644
--- a/markup/pandoc/convert.go
+++ b/markup/pandoc/convert.go
@@ -36,7 +36,6 @@ func (p provider) New(cfg converter.ProviderConfig) (converter.Provider, error)
cfg: cfg,
}, nil
}), nil
-
}
type pandocConverter struct {