Cannot get information of link element in internal link check
If a link `<a href="not-exist-path">foo</a>` exists, we can get the following description via `HTMLProofer::Failure#description`:
> internally linking to not-exist-path, which does not exist
However we cannot know the content of the element `foo` nor other information of the element from the HTMLProofer::Failure object.
(html-proofer version 5.1.1)
I want to get more information on the element than the present version.
Before version 4.0.0, we can get the entire HTML of the element `<a href="not-exist-path">foo</a>` from the HTMLProofer::Issue object.
0 条评论