-
Notifications
You must be signed in to change notification settings - Fork 18
Anchors in attr_list are reported as invalid urls #32
Copy link
Copy link
Closed
Description
Describe the bug
When enabling the attr_list extension:
https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists
https://python-markdown.github.io/extensions/attr_list/
the following anchor link is valid:
{ #my-image-anchor }
Blah blah [my image reference](#my-image-anchor)
but mkdocs-htmlproofer-plugin will report it as invalid url:
invalid url - #my-image-anchor [404] [mypage.md]
Contents of mkdocs.yml:
markdown_extensions:
- attr_list
plugins:
- search
- htmlproofer:
validate_external_urls: FalseReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels