mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-02-10 23:09:47 +01:00
feat!: stricter validation of image links (check if the file is an image)
BREAKING CHANGE: links like  will now report an error
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
"release": "semantic-release"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "14.1.0"
|
||||
"markdown-it": "14.1.0",
|
||||
"mime": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/markdown-it": "14.1.2",
|
||||
|
||||
Reference in New Issue
Block a user