microsoft / linkcheckermd

A VSCode extension that check links in Markdown to ensure they are valid.
MIT License
16 stars 20 forks source link

Fails to report an Error when processing a link to a missing ATX heading #32

Open WhisperingChaos opened 4 years ago

WhisperingChaos commented 4 years ago

Any link (a.k.a Anchor) to nonexistent ATX header fails to generate error messages.

Entire markdown file: [x](#x).

generates: Info: #x on line 1.

instead of: Error: #x on line 1.

Similar to issue #30.