Skip to content
New issue

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

Self-link fragments in Markdown files not working #1613

Open
dpc opened this issue Jan 14, 2025 · 1 comment
Open

Self-link fragments in Markdown files not working #1613

dpc opened this issue Jan 14, 2025 · 1 comment

Comments

@dpc
Copy link

dpc commented Jan 14, 2025

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```
@mre
Copy link
Member

mre commented Jan 14, 2025

Yup, sorry about that; fragments are currently broken.
See #1425 and #1457 etc.
I'm working on a fix at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants