summaryrefslogtreecommitdiff
path: root/internal/summary
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-06 22:02:16 +0200
committerPaul Buetow <paul@buetow.org>2025-01-06 22:02:16 +0200
commit4cb5c058199033a1813a92709feee427ea3af109 (patch)
treed501835b7a5615172bbe4735e797705087cb6e8e /internal/summary
parent207a8f543e3097bec88470359abb7327de47af6f (diff)
update readme
Diffstat (limited to 'internal/summary')
-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