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

Bogus undefined reference in an indented blockquote #255

Open
nex3 opened this issue Apr 12, 2023 · 1 comment
Open

Bogus undefined reference in an indented blockquote #255

nex3 opened this issue Apr 12, 2023 · 1 comment

Comments

@nex3
Copy link

nex3 commented Apr 12, 2023

Minimal reproduction:

* > [Bar]
  >
  > [Bar]: http://example.org

markdown-link-check incorrectly flags "bar" as an undefined reference.

@nex3
Copy link
Author

nex3 commented Apr 12, 2023

Actually, it seems that this may happen with any reference defined in a doubly-nested context:

* * [Bar]
  
    [Bar]: http://example.org

nex3 added a commit to sass/sass that referenced this issue Apr 13, 2023
This also introduces a number of workarounds for tcort/markdown-link-check#255
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

1 participant