markdownlint-rule-relative-links
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "markdownlint-rule-relative-links", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "description": "Custom rule for markdownlint to validate relative links.", |
@@ -29,3 +29,3 @@ const MarkdownIt = require("markdown-it") | ||
.replace(/ /gu, "-"), | ||
) | ||
).toLowerCase() | ||
) | ||
@@ -32,0 +32,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17727