summaryrefslogtreecommitdiff
path: root/internal/summary/summary.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/summary/summary.go')
-rw-r--r--internal/summary/summary.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/summary/summary.go b/internal/summary/summary.go
index cc9fe93..6d66958 100644
--- a/internal/summary/summary.go
+++ b/internal/summary/summary.go
@@ -33,7 +33,6 @@ func Run(ctx context.Context, args config.Args) error {
return nil
}
-// TODO: Fix the Gemtexter inline toc when there are tags in it
func generateGemtext(entries []entry.Entry, title string, gemtexterEnable bool) (string, error) {
var (
sb strings.Builder