summaryrefslogtreecommitdiff
path: root/internal/links
AgeCommit message (Collapse)Author
2026-05-10test: use multiple examples of counting hrefs inside htmldemo
One of the examples uses a nested anchor tag. While this is illegal, it may well reflect the intention of whoever wrote the HTML and so could be valuable as input data for the sitemap.
2026-05-10feat: implement find for finding linksdemo
2026-05-10test: ensure fetching worksdemo
2026-05-10fix: check status code of responsedemo
2026-05-10feat: write fetch functiondemo