markdown-link-check icon indicating copy to clipboard operation
markdown-link-check copied to clipboard

checks for anchor with consequent whitespaces fail in 3.12.2

Open lmolkova opened this issue 1 year ago • 3 comments

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 avatar Aug 19 '24 19:08 lmolkova