- 
                Notifications
    
You must be signed in to change notification settings  - Fork 80
 
Description
Rule details
Rule to disallow empty images
What type of rule is this?
Warns about a potential problem
Example code
<!-- ERROR -->
![]()

![image]()
<!-- OK -->
Participation
- I am willing to submit a pull request to implement this rule.
 
Additional comments
Hello,
I’d like to propose a new rule: no-empty-images.
In Markdown, it’s not always easy to spot when you’ve forgotten to provide a destination for an image. This is especially common when writing something in Markdown, where you might intend to insert an image and leave the destination to fill in later—only to forget to go back and complete it.
This often results in broken image links like the one below:
If this proposal is acceptable, I’d like to go ahead and submit a PR before May 10!
Metadata
Metadata
Assignees
Type
Projects
Status
Complete