Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Narrow url-ignore for lightbox links (#147)
After #132 @angelplasma proposed setting the lightbox links to href="#_" which they now all are. In order to not ignore all links containing "#", this commit now regex matches the complete string by using begin-of-string and end-of-string anchors. Additionally, this uses the comma separated list of regular expressions, as recommended in html-proofer's README.
- Loading branch information