Skip to content

Validation of root path local referenced image links fails #52

@hendrikp

Description

@hendrikp

When referencing image links to a root path the validation fails (while mkdocs itself suceeds for the image).

Given this example: (Root referencing required for common language shared between multilingual folders)

![test](/common/image1.png)

This will succeed validation for the image itself in mkdocs build, but when used together with the glightbox plugin which generates an link for the image to zoom in the validation of the link will fail with htmlproofer (404 error).

<a href="/common/image1.png"><img ......></a>

HTML proofer should validate local root links against the site folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions