summaryrefslogtreecommitdiff
path: root/internal/findlinks
AgeCommit message (Collapse)Author
2026-05-08feat: include link text in final outputdemo
This meant using the older-style node-iteration technique, instead of trying to one-shot it with html.Descendants.
2026-05-08feat: use same trimmed n.Data inside business logicdemo
2026-05-08feat: print textnode ancestors only when textnode isn't ""demo
2026-05-08feat: print ancestors when an html.TextNode is reacheddemo
2026-05-08fix: move findlinks logic to findlinks.godemo
I had written everything inside doc.go by mistake.
2026-05-08feat: separate into remote and local commandsdemo
I'd like to be able to read HTML locally as well.