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

checks for anchor with consequent whitespaces fail in 3.12.2 #358

Open
lmolkova opened this issue Aug 19, 2024 · 1 comment
Open

checks for anchor with consequent whitespaces fail in 3.12.2 #358

lmolkova opened this issue Aug 19, 2024 · 1 comment

Comments

@lmolkova
Copy link

lmolkova commented Aug 19, 2024

Passes in 3.11.2 and fails in 3.12.2:

  1. Whitespaces separated by special characters (no workaround)

    [migrating from <= v1.18.0](#migrating-from--v1180)
    
    ### Migrating from `<= v1.18.0`
    

    Changing to #migrating-from-v1180 passes markdown-lint-check, but it breaks navigation in VSCode and other link checkers (e.g. table of content).

  2. Consequent whitespaces typo (easy to workaround)

    [Client/server examples using `network.peer.*`](#clientserver-examples-using--networkpeer)
    
    ##### Client/server examples using  `network.peer.*`
    

Could be related to similar issues: #348, #337

@lmolkova lmolkova changed the title Anchor checks with consequent whitespaces fail in 3.12.2 checks for anchor with consequent whitespaces fail in 3.12.2 Aug 19, 2024
@chris-grabcad
Copy link

We use megalinter to run markdown-link-check on our PRs and our markdown files have TOCs generated via the markdown all in one vscode extension.

Having updated megalinter recently this bug has started to cause a lot of unnecessary noise about broken links that are not broken - with no sensible way of silencing them

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