aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ciigo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciigo.go b/ciigo.go
index d782a88..25250da 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -66,7 +66,7 @@ func Convert(opts *ConvertOptions) (err error) {
return fmt.Errorf(`%s: %w`, logp, err)
}
- converter.convertFileMarkups(fileMarkups, false)
+ converter.convertFileMarkups(fileMarkups, true)
return nil
}