We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fb6a1 commit f1b1157Copy full SHA for f1b1157
test/helpers/getBadImageUrls.js
@@ -4,7 +4,7 @@ const checkIfPathExists = require('./checkIfPathExists');
4
5
module.exports = function getBadRelativeUrlsForFile(mdFile) {
6
return _.chain(mdFile.links)
7
- .filter(link => link.endsWith('.png'))
+ .filter(link => link.endsWith('.png') || link.endsWith('.gif'))
8
.map((link) => {
9
// ignore external images
10
if (link.startsWith('http://') || link.startsWith('https://')) {
0 commit comments