I think these are the remaining cases for client-side github fragments, and they can be emulated using the GITHUB_TOKEN and API calls. - [ ] #readme fragment going to implicit readme file - [api](https://docs.github.com/en/rest/repos/contents?apiVersion=2026-03-10#get-a-repository-readme) (thanks @mre!) - [ ] fragments in implicit readme files (within a directory view) - [api](https://docs.github.com/en/rest/repos/contents?apiVersion=2026-03-10#get-a-repository-readme-for-a-directory) (thanks @mre!) - [ ] issue comment numbers - use api - [ ] pr comment numbers - use api _Originally posted by @katrinafyi in [#1729](https://github.com/lycheeverse/lychee/issues/1729#issuecomment-4187201291)_. See that thread for earlier context. Closes #1729
I think these are the remaining cases for
client-side github fragments, and they can be emulated using the GITHUB_TOKEN and API calls.
Originally posted by @katrinafyi in #1729. See that thread for earlier context.
Closes #1729