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

Embedded HTML ids not recognized #29

Open
nikodemus opened this issue Mar 18, 2020 · 1 comment
Open

Embedded HTML ids not recognized #29

nikodemus opened this issue Mar 18, 2020 · 1 comment

Comments

@nikodemus
Copy link

root.md

# Document Title

[See here](there.md#here)

there.md

# There

<a id="here">
Foo
</a>

Bar

Running linky -c root.md gives:

root.md:3: NO_FRAG there.md#here

This is legal github flavored markdown: https://github.github.com/gfm/#example-132

@mattias-p
Copy link
Owner

Thanks for reporting!
I agree linky should support this. I don't think I'll have time to look into it this week. Hopefully by next week I'll have more time.

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