mike42 / mdcheckr

Practical CI testing for markdown files
Other
6 stars 7 forks source link

Exclude section link checks #9

Closed mike42 closed 7 years ago

mike42 commented 7 years ago

Currently section links [foo](#foo) always cause a failure.

This patch excludes them from checking, and improves error handling.