We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a Markdown file that contains links across itself:
The [Fedimint federation](#Federation-Nodes) ... ... ## Federation Nodes
This link works, even in my LSP, so I can jump to the header via that link.
However lychee doesn't like such links:
> lychee docs README.md --include-fragments --cache [docs/architecture.md]: [ERROR] file:///home/dpc/fedimint/fedimint/docs/architecture.md#User-Client [ERROR] file:///home/dpc/fedimint/fedimint/docs/architecture.md#LN-Gateway [ERROR] file:///home/dpc/fedimint/fedimint/docs/architecture.md#Modules [ERROR] file:///home/dpc/fedimint/fedimint/docs/architecture.md#Federation-Nodes [ERROR] file:///home/dpc/fedimint/fedimint/docs/architecture.md#Crate-organization```
The text was updated successfully, but these errors were encountered:
Yup, sorry about that; fragments are currently broken. See #1425 and #1457 etc. I'm working on a fix at the moment.
Sorry, something went wrong.
No branches or pull requests
I have a Markdown file that contains links across itself:
This link works, even in my LSP, so I can jump to the header via that link.
However lychee doesn't like such links:
The text was updated successfully, but these errors were encountered: