mdsvex-relative-images
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -16,2 +16,4 @@ // credit to pngwn doing majority of the plugin - https://github.com/pngwn/MDsveX/discussions/246#discussioncomment-720947 | ||
function transformUrl(url) { | ||
url = decodeURIComponent(url) | ||
if (url.startsWith(".")) { | ||
@@ -18,0 +20,0 @@ // filenames can start with digits, |
{ | ||
"name": "mdsvex-relative-images", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Add support for relative image URLs in mdsvex", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4493
68