You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this should be configurable or can be hard-coded, but I think not only *.html but also *.xhtml and *.htm should be (can be) checked as HTML file.
The text was updated successfully, but these errors were encountered:
internal_links
checker checks*.html
files, but not*.xhtml
files.Steps to reproduce
*.xhtml
files with wrong site-local links.nanoc check ilinks
Expected behavior
nanoc check ilinks
detects broken links in*.xhtml
files.Actual behavior
nanoc check ilinks
doesn't detect broken links in*.xhtml
files.Details
Maybe this line should be changed:
nanoc/nanoc/lib/nanoc/checking/checks/internal_links.rb
Line 18 in 9050195
I'm not sure this should be configurable or can be hard-coded, but I think not only
*.html
but also*.xhtml
and*.htm
should be (can be) checked as HTML file.The text was updated successfully, but these errors were encountered: