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 ae90cf417..386a9ff26 100644
--- a/markup/pandoc/convert.go
+++ b/markup/pandoc/convert.go
@@ -43,7 +43,7 @@ type pandocConverter struct {
cfg converter.ProviderConfig
}
-func (c *pandocConverter) Convert(ctx converter.RenderContext) (converter.Result, error) {
+func (c *pandocConverter) Convert(ctx converter.RenderContext) (converter.ResultRender, error) {
b, err := c.getPandocContent(ctx.Src, c.ctx)
if err != nil {
return nil, err