summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-09feat: assume HTML preserves spacing as intendedmasterdemo
2026-05-09test: make sure comment text isn't included in Links outputdemo
2026-05-09test: add second example + only test Parsedemo
2026-05-09feat: implement "v2"demo
2026-05-09feat: use better formatting when printing found linksdemo
2026-05-09refactor: move tests to dedicated packagedemo
2026-05-08test: start writing basic testsdemo
2026-05-08chore: install go-cmpdemo
2026-05-08docs: add comments explaining the logicdemo
2026-05-08fix: use correct function name in doc commentdemo
2026-05-08feat: include link text in final outputdemo
2026-05-08feat: make printed link format slightly more verbosedemo
2026-05-08feat: add example with whitespace-only link textdemo
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
2026-05-08feat: implement localclient logicdemo
2026-05-08feat: separate into remote and local commandsdemo
2026-05-07feat: implement href-scanningdemo
2026-05-07feat: use stub client code insteaddemo
2026-05-07feat: add some web-server starter codedemo
2026-05-07chore: go get x/net/htmldemo
2026-05-07chore: initialize projectdemo