htmltest icon indicating copy to clipboard operation
htmltest copied to clipboard

Implicitly add (assume) file extension

Open asbjornu opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. I'm considering moving from HTMLProofer to htmltest due to its superior speed, but can't get htmltest to work for my Jekyll-built site since links to internal files omit the .html extension. In HTMLProofer, this is remedied by setting the configuration property assume_extension to .html.

Describe the solution you'd like It would be nice if htmltest, like HTMLProofer, was able to implicitly add (assume) a file extension to internal links.

Describe alternatives you've considered I did some searching to find similar issues and found #60 which is related, but not the same issue (and also not resolved).

asbjornu avatar Jan 06 '22 13:01 asbjornu

i just stumbled upon the same issue - this would be a really cool addition

aepfli avatar Jun 08 '22 11:06 aepfli

I agree. We've been told to use pretty URLs to help boost our site SEO.

nickvigilante avatar Nov 16 '22 15:11 nickvigilante