Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.
https://michael-f-bryan.github.io/mdbook-linkcheck/
MIT License
145 stars 29 forks source link

Check for missing [link] links #18

Closed CreepySkeleton closed 5 years ago

CreepySkeleton commented 5 years ago

Consider this document

A text and [a link]

As you can see, there is no [a link]: http://... in this document, the link is invalid. mdbook-linkcheck currently does not check for this kind of links (see, for exampl, https://github.com/rust-lang/rustc-guide/issues/478).

It would be nice to report such "links".